Closed dahn-zk closed 5 years ago
As discovered in #3 different plugins (e.g. oh-my-zsh with custom themes) use precmd/preexec hooks to set prompts. add-zsh-hook -D <hook> <pattern> allows to delete all assosiated functions from a hook.
precmd
preexec
add-zsh-hook -D <hook> <pattern>
As discovered in #3 different plugins (e.g. oh-my-zsh with custom themes) use
precmd
/preexec
hooks to set prompts.add-zsh-hook -D <hook> <pattern>
allows to delete all assosiated functions from a hook.