1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

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

View File

@ -37,4 +37,7 @@ done
unset dirs_to_prepend dirs_to_append 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