Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created March 22, 2012 01:23
Show Gist options
  • Save cosmo0920/2155006 to your computer and use it in GitHub Desktop.
Save cosmo0920/2155006 to your computer and use it in GitHub Desktop.
Growlでもalert生活!
alias alert='growlnotify -t "$([ $? = 0 ] && echo terminal || echo error)" -m "$(history|tail -n1|sed -e '\''s/^..[0-9]*//;s/[;&|]\s*alert$//'\'')"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment