summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-04-19 15:16:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-04-19 15:16:55 -0700
commit4753623bfd5e387fbfed7c360639ecaeea17b12d (patch)
tree3498a7cac56468c99a213012f7d68a6d0e5899a1 /.bashrc
parentf6faa495baede5b93ba757a21257bb47ce5a703a (diff)
downloaddotfiles-4753623bfd5e387fbfed7c360639ecaeea17b12d.tar.gz
enable undistract-me
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index e93bff35..3e1a9aff 100644
--- a/.bashrc
+++ b/.bashrc
@@ -22,6 +22,12 @@ if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
+# enable undistract-me
+if [ -f /usr/share/undistract-me/long-running.bash ]; then
+ . /usr/share/undistract-me/long-running.bash
+ notify_when_long_running_commands_finish_install
+fi
+
# history settings
HISTCONTROL=ignorespace:ignoredups
HISTSIZE=5000