mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 20:09:26 +00:00
[Fix #383] Do not set $MANPATH
man dynamically searches for man pages based on $PATH.
This commit is contained in:
@ -21,12 +21,6 @@ infopath=(
|
||||
$infopath
|
||||
)
|
||||
|
||||
# Set the list of directories that man searches for manuals.
|
||||
manpath=(
|
||||
/opt/local/share/man
|
||||
$manpath
|
||||
)
|
||||
|
||||
# Set the list of directories that Zsh searches for programs.
|
||||
path=(
|
||||
/opt/local/{bin,sbin}
|
||||
|
Reference in New Issue
Block a user