This commit is contained in:
Jeff Widman 2017-08-16 14:57:54 -07:00
parent e6af5f2e91
commit 9dfa8a67f6

View file

@ -36,7 +36,7 @@ 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 list of directories that cd searches.
# cdpath=( # cdpath=(
# $cdpath # $cdpath
# ) # )