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
This commit is contained in:
Nils Winkler
2012-06-06 11:32:08 +02:00
parent 84fac4f680
commit 6ce8a3ee9a

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"'