diff options
-rw-r--r-- | bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_profile b/bash_profile index 5436967..55a6279 100644 --- a/bash_profile +++ b/bash_profile @@ -8,7 +8,7 @@ export PATH="$HOME/.local/bin:$PATH" export PATH="/opt/pycharm-2021.3.3/bin:$PATH" # Setting CDPATH -export CDPATH=$HOME/Documents/Notes/ +#export CDPATH=$HOME/Documents/Notes/ [[ -f ~/.bashrc ]] && . ~/.bashrc |