mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
fix goroot
This commit is contained in:
parent
90740b427c
commit
a67d63c04b
@ -3,7 +3,7 @@ set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
|
|||||||
set -x PIPENV_VENV_IN_PROJECT true
|
set -x PIPENV_VENV_IN_PROJECT true
|
||||||
|
|
||||||
export GOPATH="$HOME/.go"
|
export GOPATH="$HOME/.go"
|
||||||
if type -q $program
|
if type -q brew
|
||||||
export GOROOT=(brew --prefix go)"/libexec"
|
export GOROOT=(brew --prefix go)"/libexec"
|
||||||
end
|
end
|
||||||
export PATH="$PATH:$GOPATH/bin:$GOROOT/bin:$HOME/.cargo/bin"
|
export PATH="$PATH:$GOPATH/bin:$GOROOT/bin:$HOME/.cargo/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user