1
0
Fork 0

zsh: disable titecmd until fixed

This commit is contained in:
Luca Bilke 2024-09-24 17:27:36 +02:00
parent 5177a2b841
commit 5d5f2eaafa

View file

@ -31,8 +31,8 @@ _comp_options+=(globdots)
zle_highlight+=(paste:none)
# Set the titlestring
add-zsh-hook preexec write_title_cmd
add-zsh-hook precmd write_title_wd
# add-zsh-hook preexec write_title_cmd
# add-zsh-hook precmd write_title_wd
add-zsh-hook preexec reset_beam
export HISTSIZE=10000000