From 6bd3eebd48cdea4dbe0cbb8f621a758330287417 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 10 Jan 2018 12:46:05 -0500 Subject: [PATCH] Add comment --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 468cda0..fbce69e 100644 --- a/.zshrc +++ b/.zshrc @@ -22,7 +22,7 @@ antigen apply # Command Specific Aliases for i in $HOME/.aliases/command-specific/* do - if hash $(basename $i) 2>/dev/null + if hash $(basename $i) 2>/dev/null # check if command exists then source $i fi