diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-02 06:52:45 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-02 06:52:45 +0100 |
commit | b86623544d16210f56c72a5c946b1053983ac97b (patch) | |
tree | ec97eeb1121e7b9367d43ccffffffba17dddb5bb /bash_profile | |
parent | 6a20e9a526ca1ab981eb75c620f6027f0b8e67ab (diff) | |
parent | 70254640bda891e94f1762fbe855b15b1f544b67 (diff) |
Merge branch 'master' of ssh://git.yulqen.org:2222/home/git/repositories/dotfiles/arch-dotfiles
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/ |