From 09422bbb359af5bfdbcf0841f7fc617d6f825e19 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 27 Jul 2021 20:37:39 +0300
Subject: [PATCH] CDPATH updates.

Now that the Documents folder is rather slim, remove it from CDPATH. Add
the Smile repositories.
---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 923cf65..1fe145a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -370,7 +370,7 @@ fi
 
 if [ -n "${BASH:-}" ]
 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
     export PROMPT_COMMAND='__prompt'
     shopt -s checkwinsize
-- 
GitLab