diff --git a/bash_paths b/bash_paths index 8cd1d46..dab6e9a 100644 --- a/bash_paths +++ b/bash_paths @@ -37,4 +37,7 @@ done unset dirs_to_prepend dirs_to_append -export PATH \ No newline at end of file +export PATH + +# define CDPATHs which are autocompleted from when doing cd +export CDPATH=$CDPATH:~/Code:~/Projects