Closed eyalev closed 7 years ago
Did you add eval $(ntfy shell-integration)
to your .zshrc
? If so, you'll need to remove that too.
Did you add eval $(ntfy shell-integration) to your .zshrc? If so, you'll need to remove that too.
Yes, I removed that.
I run:
precmd_functions=()
restarted my zshell, and now it's fine.
Thanks
Cool. thanks for letting me know how you fixed it incase anyone else runs into this issue. Sorry I couldn't help much, I don't use zsh personally.
No problem. Also, this looks like a better solution: http://stackoverflow.com/a/42125494/451710
Hi,
I'm trying to uninstall
ntfy
I've run
sudo pip uninstall ntfy
but currently every time I run a command in my Z shell, I get an error:If I run
echo $precmd_functions
I can see_ntfy_precmd
in this list.How do I remove it?
Thanks