Add comment

antigen
Adam Goldsmith 5 years ago
parent f96e7e2689
commit 6bd3eebd48

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

Loading…
Cancel
Save