Commit 09422bbb authored by nimrod's avatar nimrod
Browse files

CDPATH updates.

Now that the Documents folder is rather slim, remove it from CDPATH. Add
the Smile repositories.
parent 943b72a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -370,7 +370,7 @@ fi


if [ -n "${BASH:-}" ]
if [ -n "${BASH:-}" ]
then
then
    export CDPATH=".:$HOME:$HOME/Documents:$HOME/Documents/Shore:$HOME/Repositories/Shore:$HOME/Repositories/nehesr:$HOME/Repositories/GitHub"
    export CDPATH=".:$HOME:$HOME/Repositories/Shore:$HOME/Repositories/nehesr:$HOME/Repositories/GitHub:$HOME/Repositories/Smile"
    # shellcheck disable=SC2016
    # shellcheck disable=SC2016
    export PROMPT_COMMAND='__prompt'
    export PROMPT_COMMAND='__prompt'
    shopt -s checkwinsize
    shopt -s checkwinsize