Add comment

This commit is contained in:
Adam Goldsmith 2018-01-10 12:46:05 -05:00
parent f96e7e2689
commit 6bd3eebd48
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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