From 1241010dde187a3fdaca5ae0b4c0537d07090c68 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 10 May 2016 19:42:48 +0200 Subject: .zshrc: Disabling add-zsh-hooks for showing tab and window titles before command exection/prompt display. --- .zshrc | 4 ++-- 1 file 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 # -- cgit v1.2.3-70-g09d2