From 18fab1231df4fff03ad5c311647cbc4eb400b94d Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 12 Dec 2013 17:42:53 +0100 Subject: [PATCH] fix cd outputting escape codes --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index 9a4f45e..f22718c 100644 --- a/zsh/rc +++ b/zsh/rc @@ -23,7 +23,7 @@ preexec() { } chpwd() { - set_term_title + #set_term_title } # vim: ft=zsh