From 8c41e2bdc118d4ddab4b44ee1fb83f5a7d1fe107 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 6 Oct 2023 21:17:09 +0300 Subject: [PATCH] Add Documents to the CDPATH. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index fe7f39a..f2c35ce 100644 --- a/.bashrc +++ b/.bashrc @@ -398,6 +398,7 @@ fi if [ -n "${BASH:-}" ] then export CDPATH=".:$HOME" + export CDPATH="$CDPATH:$HOME/Documents" export CDPATH="$CDPATH:$HOME/Repositories/Shore" export CDPATH="$CDPATH:$HOME/Repositories/nehesr" export CDPATH="$CDPATH:$HOME/Repositories/GitHub" -- GitLab