diff --git a/bash/.bashrc b/bash/.bashrc index 4c47e29..3ee1de8 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -13,6 +13,8 @@ export VISUAL="vi" export PATH="$PATH:$HOME/.local/bin/" +export CDPATH=".:$HOME" + # The Prompt export PS1='\[\e[38;2;161;161;0m\]\u\[\e[0m\]@\[\e[34m\]\h\[\e[0m\]:\[\e[32m\]\W\[\e[0m\]\$ '