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

Cleaner CDPATH, add ~/Repositories.

parent 4ea24b3b
No related branches found
No related tags found
No related merge requests found
...@@ -369,7 +369,12 @@ fi ...@@ -369,7 +369,12 @@ fi
if [ -n "${BASH:-}" ] if [ -n "${BASH:-}" ]
then then
export CDPATH=".:$HOME:$HOME/Repositories/Shore:$HOME/Repositories/nehesr:$HOME/Repositories/GitHub:$HOME/Repositories/Smile" export CDPATH=".:$HOME"
export CDPATH="$CDPATH:$HOME/Repositories/Shore"
export CDPATH="$CDPATH:$HOME/Repositories/nehesr"
export CDPATH="$CDPATH:$HOME/Repositories/GitHub"
export CDPATH="$CDPATH:$HOME/Repositories/Smile"
export CDPATH="$CDPATH:$HOME/Repositories"
# shellcheck disable=SC2016 # shellcheck disable=SC2016
export PROMPT_COMMAND='__prompt' export PROMPT_COMMAND='__prompt'
shopt -s checkwinsize shopt -s checkwinsize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment