mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +01:00
define CDPATHs which are autocompleted from when doing cd
This commit is contained in:
parent
369dd49a27
commit
e514d33101
@ -38,3 +38,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user