Merge pull request #144 from nwinkler/bash-it-osx-growl

Growl notification for OS X commands
This commit is contained in:
Erich Smith
2012-07-31 17:30:34 -07:00

View File

@@ -19,3 +19,6 @@ alias hex='open -a "Hex Fiend"'
if [ -s /usr/bin/firefox ] ; then
unalias firefox
fi
# Requires growlnotify, which can be found in the Growl DMG under "Extras"
alias grnot='growlnotify -s -t Terminal -m "Done"'