|
|
@ -34,20 +34,12 @@ fi
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
typeset -gU cdpath fpath mailpath path
|
|
|
|
typeset -gU cdpath fpath mailpath path
|
|
|
|
typeset -gxUT INFOPATH infopath
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set the the list of directories that cd searches.
|
|
|
|
# Set the the list of directories that cd searches.
|
|
|
|
# cdpath=(
|
|
|
|
# cdpath=(
|
|
|
|
# $cdpath
|
|
|
|
# $cdpath
|
|
|
|
# )
|
|
|
|
# )
|
|
|
|
|
|
|
|
|
|
|
|
# Set the list of directories that info searches for manuals.
|
|
|
|
|
|
|
|
infopath=(
|
|
|
|
|
|
|
|
/usr/local/share/info
|
|
|
|
|
|
|
|
/usr/share/info
|
|
|
|
|
|
|
|
$infopath
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Set the list of directories that Zsh searches for programs.
|
|
|
|
# Set the list of directories that Zsh searches for programs.
|
|
|
|
path=(
|
|
|
|
path=(
|
|
|
|
/usr/local/{bin,sbin}
|
|
|
|
/usr/local/{bin,sbin}
|
|
|
|