aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-01-15 17:42:07 +0000
committerMatthew Lemon <y@yulqen.org>2024-01-15 17:42:07 +0000
commit89064503f5644de59c286d42813f21118117e650 (patch)
tree3c03f738a48e6154c0dea0104c5688269db6f045
parent71e913d32f0674b9a6d15ca2f4ea204b3650b842 (diff)
Get rid of that ridiculous CDPATH variable
-rw-r--r--bash_profile2
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