mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 14:53:58 +01:00
9 lines
153 B
Bash
9 lines
153 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
export GOBIN="/home/mastermindzh/.go"
|
|
export PATH="$PATH:$(go env GOBIN):$(go env GOPATH)/bin"
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|