From 37929c8f7b3aeaf5d7a16cc555bf44009e6004ce Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Wed, 21 Oct 2020 22:59:40 +0300 Subject: [PATCH] Add ~/Documents/Endless to CDPATH. Should have been there when the great Documents and Repositories split was done. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6791684..48269f1 100644 --- a/.bashrc +++ b/.bashrc @@ -403,7 +403,7 @@ fi if [ -n "${BASH:-}" ] then - export CDPATH=".:$HOME:$HOME/Documents:$HOME/Documents/Shore:$HOME/Repositories/Shore:$HOME/Repositories/Endless" + export CDPATH=".:$HOME:$HOME/Documents:$HOME/Documents/Shore:$HOME/Repositories/Shore:$HOME/Repositories/Endless:$HOME/Documents/Endless" # shellcheck disable=SC2016 export PROMPT_COMMAND='__prompt' shopt -s checkwinsize -- GitLab