Add ~/go/bin as official way.

This commit is contained in:
Gea-Suan Lin
2024-01-13 15:48:44 +08:00
parent 8a80984509
commit 66e04ea77f
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ compinit
#
alias "update=(cd ~/git; make all)"
#
[[ -e "$HOME/go/bin" ]] && export PATH="${HOME}/go/bin:${PATH}"
[[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc"
[[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc"
[[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"