From e514d33101730a804bb54f9141da0dd851181ef0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 21 Jul 2015 01:15:25 +0200 Subject: [PATCH] define CDPATHs which are autocompleted from when doing cd --- bash_paths | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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