diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2017-01-15 12:34:39 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2017-01-15 12:34:39 +0000 |
commit | b7e342d6d4c02203d8c3dd8bea70b758d985b525 (patch) | |
tree | 7975168e2ff9d4679e04d911c851ecfbe4259ceb /Shell/zshrc | |
parent | fa054b62e97dabc9b5a23cb007ee2fa613607514 (diff) | |
download | dotfiles-b7e342d6d4c02203d8c3dd8bea70b758d985b525.tar.gz dotfiles-b7e342d6d4c02203d8c3dd8bea70b758d985b525.tar.bz2 dotfiles-b7e342d6d4c02203d8c3dd8bea70b758d985b525.zip |
fix broken
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index a11c16e..6568d91 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -64,7 +64,7 @@ case $TERM in # This is seen when the shell prompts for input. function precmd { print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a" - timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows + #timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows } # Write command and args to terminal title. # This is seen while the shell waits for a command to complete. |