keep undistract-me around

This commit is contained in:
Barak Michener 2013-05-09 14:57:24 -04:00
parent 1bd83bfec3
commit f40f06d597
3 changed files with 295 additions and 0 deletions

7
bin/undistract-me.sh Executable file
View file

@ -0,0 +1,7 @@
# Copyright (c) 2008-2012 undistract-me developers. See LICENSE for details.
#
# Check for interactive bash and that we haven't already been sourced.
[ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$last_command_started_cache" ] && return
. $HOME/bin/long-running.bash
notify_when_long_running_commands_finish_install