aboutsummaryrefslogtreecommitdiff
path: root/Shell/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'Shell/zshrc')
-rw-r--r--Shell/zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Shell/zshrc b/Shell/zshrc
index 054f394..ffffb2d 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -70,7 +70,6 @@ case $TERM in
# This is seen while the shell waits for a command to complete.
function preexec {
printf "\033]0;%s\a" "$1"
- timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows
}
;;