Advertisement
hok00age

Undistract Me Workaround

Jan 30th, 2013
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. if ! [ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$last_command_started_cache" ]; then
  2.         . /usr/share/undistract-me/long-running.bash
  3.         notify_when_long_running_commands_finish_install
  4.     fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement