Added alias for Growl notification, can be used like the following to notify once...
authorNils Winkler <nils@nilswinkler.com>
Wed, 6 Jun 2012 09:32:08 +0000 (11:32 +0200)
committerNils Winkler <nils@nilswinkler.com>
Mon, 25 Jun 2012 10:21:43 +0000 (12:21 +0200)
$ make install ; grnot

aliases/available/osx.aliases.bash

index 008b67c..796102f 100644 (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"'