From 39c12070e56762daee62fa927ed155b8842056e2 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Fri, 14 Aug 2015 10:32:34 -0400 Subject: [PATCH] feat (profile): Adding Projects directory to cdpath --- runcoms/zprofile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runcoms/zprofile b/runcoms/zprofile index d87cb3b0..93a91d8c 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -36,10 +36,10 @@ fi # Ensure path arrays do not contain duplicates. typeset -gU cdpath fpath mailpath path -# Set the the list of directories that cd searches. -# cdpath=( -# $cdpath -# ) +#Set the the list of directories that cd searches. +cdpath=( + /Users/myockey/Projects +) # Set the list of directories that Zsh searches for programs. path=(