X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/8cb0099bf1690c4df754ad210a4c2c275aab97e6..1ee144035d825dd3d87a0a489e324bf28d303e96:/.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`