all repos — nixfiles @ 3f38a0e5aa2dc0f22491cde5f2432275f811ed90

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

zsh: Remove title-changing precmd function

Alan Pearce
commit

3f38a0e5aa2dc0f22491cde5f2432275f811ed90

parent

f1a0100b3beca48b17601156da733d69027a0c4d

1 file 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