diff options
author | David Runge <dave@sleepmap.de> | 2016-05-10 19:42:48 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-05-10 19:42:48 +0200 |
commit | 1241010dde187a3fdaca5ae0b4c0537d07090c68 (patch) | |
tree | e08215be7f91059e47d12d78b4f15a7d0677cbea | |
parent | d0f0ef39c9867f6d5f4c2744d0da5d7289b4b44f (diff) | |
download | dotfiles-1241010dde187a3fdaca5ae0b4c0537d07090c68.tar.gz dotfiles-1241010dde187a3fdaca5ae0b4c0537d07090c68.tar.bz2 dotfiles-1241010dde187a3fdaca5ae0b4c0537d07090c68.tar.xz dotfiles-1241010dde187a3fdaca5ae0b4c0537d07090c68.zip |
.zshrc: Disabling add-zsh-hooks for showing tab and window titles before command exection/prompt display.
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,10 +45,10 @@ unsetopt CHECK_JOBS # Don't report on jobs when shell exit. autoload -Uz add-zsh-hook # Sets the tab and window titles before the prompt is displayed. -add-zsh-hook precmd _terminal-set-titles-with-path +#add-zsh-hook precmd _terminal-set-titles-with-path # Sets the tab and window titles before command execution. -add-zsh-hook preexec _terminal-set-titles-with-command +#add-zsh-hook preexec _terminal-set-titles-with-command # Editor # |