all repos — nixfiles @ 3f38a0e5aa2dc0f22491cde5f2432275f811ed90

System and user configuration, managed by nix and home-manager

zsh: Remove title-changing precmd function
Alan Pearce alan@alanpearce.co.uk
Fri, 01 Nov 2013 18:13:27 +0000
commit

3f38a0e5aa2dc0f22491cde5f2432275f811ed90

parent

f1a0100b3beca48b17601156da733d69027a0c4d

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M zsh/zshrczsh/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