Skip to content
Snippets Groups Projects
Commit 8c41e2bd authored by nimrod's avatar nimrod
Browse files

Add Documents to the CDPATH.

parent f233c906
Branches
No related tags found
No related merge requests found
...@@ -398,6 +398,7 @@ fi ...@@ -398,6 +398,7 @@ fi
if [ -n "${BASH:-}" ] if [ -n "${BASH:-}" ]
then then
export CDPATH=".:$HOME" export CDPATH=".:$HOME"
export CDPATH="$CDPATH:$HOME/Documents"
export CDPATH="$CDPATH:$HOME/Repositories/Shore" export CDPATH="$CDPATH:$HOME/Repositories/Shore"
export CDPATH="$CDPATH:$HOME/Repositories/nehesr" export CDPATH="$CDPATH:$HOME/Repositories/nehesr"
export CDPATH="$CDPATH:$HOME/Repositories/GitHub" export CDPATH="$CDPATH:$HOME/Repositories/GitHub"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment