Add comment
This commit is contained in:
parent
baa1712e7b
commit
1874872e35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user