summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:09:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:51:28 -0700
commitfeaa04e9d8bf4940addd31ba0b5c1e806c173523 (patch)
treebdc9c8ef615cd5df3ccc3361c55b0d6a1497b6c2 /.bashrc
parentc9b9b9d7a26b8e62443b0b381b8121a50765eb4f (diff)
downloaddotfiles-feaa04e9d8bf4940addd31ba0b5c1e806c173523.tar.gz
Revert "enable undistract-me"
This reverts commit 4753623bfd5e387fbfed7c360639ecaeea17b12d. I should come up with something like this for Eshell.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
index 4c0489a7..7db50d7a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -22,12 +22,6 @@ 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