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 ; grnotpull/144/head
parent
84fac4f680
commit
6ce8a3ee9a
|
|
@ -18,3 +18,5 @@ alias hex='open -a "Hex Fiend"'
|
||||||
if [ -s /usr/bin/firefox ] ; then
|
if [ -s /usr/bin/firefox ] ; then
|
||||||
unalias firefox
|
unalias firefox
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias grnot='growlnotify -s -t Terminal -m "Done"'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue