feat (profile): Adding Projects directory to cdpath
This commit is contained in:
parent
f650cf6604
commit
39c12070e5
1 changed files with 4 additions and 4 deletions
|
@ -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=(
|
||||
|
|
Loading…
Add table
Reference in a new issue