Add comment

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

View File

@ -19,7 +19,7 @@ alias ebluetooth="sudo modprobe btusb;ssy start bluetooth;blueman-manager"
# 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