diff options
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. |