define CDPATHs which are autocompleted from when doing cd

This commit is contained in:
Matthias Kretschmann 2015-07-21 01:15:25 +02:00
parent 369dd49a27
commit e514d33101
1 changed files with 4 additions and 1 deletions

View File

@ -37,4 +37,7 @@ done
unset dirs_to_prepend dirs_to_append
export PATH
export PATH
# define CDPATHs which are autocompleted from when doing cd
export CDPATH=$CDPATH:~/Code:~/Projects