diff options
author | Matthew Lemon <y@yulqen.org> | 2023-11-16 03:06:43 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-11-16 03:06:43 +0000 |
commit | 0fcd3ee5b4f9277d876456652ca939fdf27f1c84 (patch) | |
tree | 5f7462b36595bf79e1f05e98f72c4fc95c12d9f2 | |
parent | 507e07cff8404bb064f501341541e0964bf3e1b9 (diff) |
Setting CDPATH for bash
-rw-r--r-- | bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile index ffa9be1..5436967 100644 --- a/bash_profile +++ b/bash_profile @@ -7,6 +7,9 @@ export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" export PATH="/opt/pycharm-2021.3.3/bin:$PATH" +# Setting CDPATH +export CDPATH=$HOME/Documents/Notes/ + [[ -f ~/.bashrc ]] && . ~/.bashrc |