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