1
0
Fork 0

feat (profile): Adding Projects directory to cdpath

pull/949/head
Michael Yockey 9 years ago
parent f650cf6604
commit 39c12070e5

@ -36,10 +36,10 @@ fi
# Ensure path arrays do not contain duplicates. # Ensure path arrays do not contain duplicates.
typeset -gU cdpath fpath mailpath path typeset -gU cdpath fpath mailpath path
# Set the the list of directories that cd searches. #Set the the list of directories that cd searches.
# cdpath=( cdpath=(
# $cdpath /Users/myockey/Projects
# ) )
# Set the list of directories that Zsh searches for programs. # Set the list of directories that Zsh searches for programs.
path=( path=(

Loading…
Cancel
Save