From 333927ac3bab09e9ba1232639534e57441f47168 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 31 May 2012 21:59:36 -0400 Subject: [PATCH] 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. --- templates/zshenv | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/zshenv b/templates/zshenv index 6efdda3..af83ce0 100644 --- a/templates/zshenv +++ b/templates/zshenv @@ -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=(