dotfiles/config/.bash_profile

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