Skip to content

Commit

Permalink
go path
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Nov 12, 2024
1 parent 0c54241 commit 9f1fdab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/bash/path.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Add ~/bin to your PATH for user programs:
PATH=${PATH}:${HOME}/bin

# Add go path:
PATH=${HOME}/go/bin:/usr/local/go/bin:${PATH}

# Load cargo path if installed:
test -f $HOME/.cargo/env && source "$HOME/.cargo/env"

0 comments on commit 9f1fdab

Please sign in to comment.