diff options
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_profile b/bash_profile index d1f4ccd..8b958f0 100644 --- a/bash_profile +++ b/bash_profile @@ -5,7 +5,7 @@ export PATH="$HOME/gems/bin:$PATH" export PATH="$HOME/go/bin:$PATH" 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" +export PATH="/usr/local/go/bin:$PATH" # Setting CDPATH #export CDPATH=$HOME/Documents/Notes/ |