[zsh] Add aliases for playing sounds on OS X

This commit is contained in:
Eryn Wells 2016-02-22 23:12:49 -08:00
parent 2de8d61904
commit 89070b920e

View file

@ -17,3 +17,8 @@ fi
# ldd doesn't exist on OS X, but otool -L does the same thing.
alias ldd='otool -L'
SOUNDSDIR=/System/Library/Sounds
alias glass="afplay $SOUNDSDIR/Glass.aiff"
alias funk="afplay $SOUNDSDIR/Funk.aiff"
unset SOUNDSDIR