unixorn / fzf-zsh-plugin

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Apache License 2.0
303 stars 27 forks source link

Resolve conflict with zoxide #81

Closed amalgame21 closed 1 year ago

amalgame21 commented 1 year ago

Since the zoxide init script (zoxide init zsh) alias z to __zoxide_z, but this plugin unset it. If zoxide is detected, don't touch the alias of z.

unixorn commented 1 year ago

Thanks for the contribution!