dahn-zk / zsh-jupyter-kernel

Z shell kernel for Jupyter Notebook
Other
81 stars 6 forks source link

fix #3 delete pre-cmd/exec hooks #6

Closed dahn-zk closed 5 years ago

dahn-zk commented 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.