From 3f38a0e5aa2dc0f22491cde5f2432275f811ed90 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 1 Nov 2013 18:13:27 +0000 Subject: zsh: Remove title-changing precmd function --- zsh/zshrc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index be73b30..a08cee0 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -326,14 +326,6 @@ fi # Functions -precmd () { - [[ -t 1 ]] || return - case $TERM in - *xterm*|rxvt|putty|(dt|k|E)term|screen*) print -Pn "\e]2;%~\a" - ;; - esac -} - pid () { local i for i in /proc/<->/stat -- cgit 1.4.1