fox GOPATH in installation script for fedora
This commit is contained in:
parent
dd443121d8
commit
3b3e12b7d3
@ -13,7 +13,7 @@ fish -c "fish_add_path -U ~/.cargo/bin"
|
||||
chsh -s /usr/bin/fish
|
||||
|
||||
#cargo install atuin
|
||||
GOPATH="~/.go" GOBIN="~/.local/bin" go install github.com/gsamokovarov/jump@latest
|
||||
GOPATH="$HOME/.go" GOBIN="$HOME/.local/bin" go install github.com/gsamokovarov/jump@latest
|
||||
|
||||
{{ end -}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user