keep undistract-me around
This commit is contained in:
parent
1bd83bfec3
commit
f40f06d597
3 changed files with 295 additions and 0 deletions
7
bin/undistract-me.sh
Executable file
7
bin/undistract-me.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue