diff options
-rw-r--r-- | Shell/zshrc | 1 |
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 } ;; |