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

Only append to MANPATH #77

Closed janderssonse closed 1 year ago

janderssonse commented 1 year ago

Description

Currently, both the manpath and the fzf manpath is appended to manpath, which quickly makes for long manpath when opening shells. This improves that by only appending the fzf manpath to manpath.

To test old behavior. Setup the plugin in zshrc. type zsh. echo $MANPATH. type zsh, echo $MANPATH. See the variable grow quickly. as it is doubleadded.

Checklist

License Acceptance