2
0
mirror of https://github.com/junegunn/fzf synced 2024-11-10 13:10:44 +00:00

No need to set MANPATH

Close #774
This commit is contained in:
Junegunn Choi 2016-12-17 11:20:28 +09:00
parent 0508e70f9b
commit 97330ee8fc
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -301,12 +301,6 @@ if [[ ! "\$PATH" == *$fzf_base/bin* ]]; then
export PATH="\$PATH:$fzf_base/bin" export PATH="\$PATH:$fzf_base/bin"
fi fi
# Man path
# --------
if [[ ! "\$MANPATH" == *$fzf_base/man* && -d "$fzf_base/man" ]]; then
export MANPATH="\$MANPATH:$fzf_base/man"
fi
# Auto-completion # Auto-completion
# --------------- # ---------------
$fzf_completion $fzf_completion