X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/5838b305850a8bd1e0d7d4701986fae648858a08..bbf4078ba540482c2042627235a3814d5259e49f:/.zsh/zshrc/00_TODO diff --git a/.zsh/zshrc/00_TODO b/.zsh/zshrc/00_TODO index 902c9ea..2a6d13b 100644 --- a/.zsh/zshrc/00_TODO +++ b/.zsh/zshrc/00_TODO @@ -31,11 +31,6 @@ typeset -ga preexec_functions typeset -ga precmd_functions typeset -ga chpwd_functions -. $ZDOTDIR/xterm-title - -precmd_functions+=set_plain_xterm_title -preexec_functions+=set_cmd_xterm_title - [ "$(umask)" = 022 ] && umask 0077 eval `lesspipe 2>/dev/null`