From f1866dd2b736299b7ac2cc1385f9ece4f21e794f Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 24 Nov 2016 15:47:27 +0000 Subject: remove unecessary panel update from zshrc --- Shell/zshrc | 1 - 1 file changed, 1 deletion(-) 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 } ;; -- cgit v1.2.3-54-g00ecf