aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 8377953..0aab31a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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
#