diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2017-01-04 15:02:39 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2017-01-04 15:02:39 +0000 |
commit | fa054b62e97dabc9b5a23cb007ee2fa613607514 (patch) | |
tree | 9b83b2cfb19f91c8e2c6e48868333b51f546698a /Shell/zshrc | |
parent | 8ec30433a956bee8973531c67c7a928b3ba1b117 (diff) | |
download | dotfiles-fa054b62e97dabc9b5a23cb007ee2fa613607514.tar.gz dotfiles-fa054b62e97dabc9b5a23cb007ee2fa613607514.tar.bz2 dotfiles-fa054b62e97dabc9b5a23cb007ee2fa613607514.zip |
major updates
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 78c6911..a11c16e 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -1,4 +1,4 @@ -# Lines configured by zsh-newuser-install +#> /dev/null Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 @@ -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. |