Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Growl notification for OS X commands #144

Merged
merged 2 commits into from
Aug 1, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added comment for grnot.
  • Loading branch information
nwinkler committed Jun 25, 2012
commit fd29ff14dd72b60a3c5f120b9d18ff4d96d6ba8b
1 change: 1 addition & 0 deletions aliases/available/osx.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ 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"'