From 6ce8a3ee9a1263fd2c16b6397ba81cdd46494fe1 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Wed, 6 Jun 2012 11:32:08 +0200 Subject: [PATCH] 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 --- aliases/available/osx.aliases.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aliases/available/osx.aliases.bash b/aliases/available/osx.aliases.bash index 008b67c..796102f 100644 --- a/aliases/available/osx.aliases.bash +++ b/aliases/available/osx.aliases.bash @@ -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"' -- 2.17.1