Browse Source

Remove the home directory from $cdpath

It is not necessary to add the home directory to cdpath.

Since nothing is added to $cdpath by default, comment it out.
master
Sorin Ionescu 12 years ago
parent
commit
333927ac3b
  1. 7
      templates/zshenv

7
templates/zshenv

@ -13,10 +13,9 @@ typeset -gU cdpath fpath mailpath manpath path @@ -13,10 +13,9 @@ typeset -gU cdpath fpath mailpath manpath path
typeset -gUT INFOPATH infopath
# Set the the list of directories that cd searches.
cdpath=(
$HOME
$cdpath
)
# cdpath=(
# $cdpath
# )
# Set the list of directories that info searches for manuals.
infopath=(

Loading…
Cancel
Save