Skip to content
Snippets Groups Projects
Unverified Commit 97330ee8 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

No need to set MANPATH

Close #774
parent 0508e70f
No related branches found
No related tags found
No related merge requests found
......@@ -301,12 +301,6 @@ if [[ ! "\$PATH" == *$fzf_base/bin* ]]; then
export PATH="\$PATH:$fzf_base/bin"
fi
# Man path
# --------
if [[ ! "\$MANPATH" == *$fzf_base/man* && -d "$fzf_base/man" ]]; then
export MANPATH="\$MANPATH:$fzf_base/man"
fi
# Auto-completion
# ---------------
$fzf_completion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment