Skip to content

Instantly share code, notes, and snippets.

@emasaka
Created April 2, 2011 10:24
Show Gist options
  • Select an option

  • Save emasaka/899379 to your computer and use it in GitHub Desktop.

Select an option

Save emasaka/899379 to your computer and use it in GitHub Desktop.
preexec() {
_preexec_cmd=$1
}
precmd() {
(bijo-linux-notify "$_preexec_cmd" &)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment