Added alias for Growl notification, can be used like the following to notify once the long running process (make in this example) is done:

$ make install ; grnot
pull/144/head
Nils Winkler 2012-06-06 11:32:08 +02:00
parent 84fac4f680
commit 6ce8a3ee9a
1 changed files with 2 additions and 0 deletions

View File

@ -18,3 +18,5 @@ alias hex='open -a "Hex Fiend"'
if [ -s /usr/bin/firefox ] ; then
unalias firefox
fi
alias grnot='growlnotify -s -t Terminal -m "Done"'