[zsh] Add aliases for playing sounds on OS X
This commit is contained in:
parent
2de8d61904
commit
89070b920e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue