1
0
Fork 0

Add Prezto man pages to $manpath

issue/276-readme-to-man-page
Sorin Ionescu 12 years ago
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…
Cancel
Save