diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 39575e2..fef0e14 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,6 +1,9 @@ # # ~/.bash_profile # +PATH=$PATH:$HOME/.cargo/bin +PATH=$PATH:$HOME/go/bin +export PATH [[ -f ~/.bashrc ]] && . ~/.bashrc |
