aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-05-10 19:42:48 +0200
committerDavid Runge <dave@sleepmap.de>2016-05-10 19:42:48 +0200
commit1241010dde187a3fdaca5ae0b4c0537d07090c68 (patch)
treee08215be7f91059e47d12d78b4f15a7d0677cbea /.zshrc
parentd0f0ef39c9867f6d5f4c2744d0da5d7289b4b44f (diff)
downloaddotfiles-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.
Diffstat (limited to '.zshrc')
-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
#