Merge pull request #144 from nwinkler/bash-it-osx-growl
Growl notification for OS X commands
This commit is contained in:
@@ -19,3 +19,6 @@ alias hex='open -a "Hex Fiend"'
|
|||||||
if [ -s /usr/bin/firefox ] ; then
|
if [ -s /usr/bin/firefox ] ; then
|
||||||
unalias firefox
|
unalias firefox
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Requires growlnotify, which can be found in the Growl DMG under "Extras"
|
||||||
|
alias grnot='growlnotify -s -t Terminal -m "Done"'
|
||||||
|
|||||||
Reference in New Issue
Block a user