mirror of
https://github.com/junegunn/fzf
synced 2024-11-10 13:10:44 +00:00
parent
0508e70f9b
commit
97330ee8fc
6
install
6
install
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user