pull/144/merge
nwinkler 2012-07-31 17:29:26 -07:00
commit bbb010d535
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ alias hex='open -a "Hex Fiend"'
if [ -s /usr/bin/firefox ] ; then
unalias firefox
fi
# Requires growlnotify, which can be found in the Growl DMG under "Extras"
alias grnot='growlnotify -s -t Terminal -m "Done"'