mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 13:58:00 +00:00
Add Prezto man pages to $manpath
This commit is contained in:
parent
87bbbca9bd
commit
2fbc02c689
@ -56,3 +56,13 @@ if zstyle -t ':prezto:environment:termcap' color; then
|
|||||||
export LESS_TERMCAP_us=$'\E[01;32m' # Begins underline.
|
export LESS_TERMCAP_us=$'\E[01;32m' # Begins underline.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
|
# Paths
|
||||||
|
#
|
||||||
|
|
||||||
|
# Set the list of directories that man searches for manuals.
|
||||||
|
manpath=(
|
||||||
|
${ZDOTDIR:-$HOME}/.zprezto/documentation/man
|
||||||
|
$manpath
|
||||||
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user