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

Growl notification for OS X commands
pull/114/merge
Erich Smith 2012-07-31 17:30:34 -07:00
commit 19cca368a5
1 changed files with 3 additions and 0 deletions

View File

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