Browse Source

Export $MANPATH and $INFOPATH

master
Sorin Ionescu 12 years ago
parent
commit
455cc0c6e5
  1. 5
      runcoms/zshenv

5
runcoms/zshenv

@ -47,8 +47,9 @@ fi @@ -47,8 +47,9 @@ fi
# Paths
#
typeset -gU cdpath fpath mailpath manpath path
typeset -gUT INFOPATH infopath
typeset -gU cdpath fpath mailpath path
typeset -gxU MANPATH
typeset -gxUT INFOPATH infopath
# Set the the list of directories that cd searches.
# cdpath=(

Loading…
Cancel
Save