Fix GOPATH issues on macOS

This commit is contained in:
Dave Gallant
2021-06-30 05:46:18 -04:00
parent 5c611bc00d
commit 0bbbd9c953

View File

@@ -113,10 +113,13 @@ in
initExtra = '' initExtra = ''
export PATH=$PATH:~/.cargo/bin export PATH=$PATH:~/.cargo/bin
export PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin
export PATH=$PATH:~/go/bin
export PAGER=less export PAGER=less
export EDITOR=vim export EDITOR=vim
export GOPATH=~/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
eval "$(_RFD_COMPLETE=source_zsh rfd)" eval "$(_RFD_COMPLETE=source_zsh rfd)"
eval "$(rbenv init -)" eval "$(rbenv init -)"
@@ -210,8 +213,6 @@ in
go = { go = {
enable = true; enable = true;
goBin = "go/bin";
goPath = "go";
}; };
tmux = { tmux = {