Add Volta auto install to zsh config
This commit is contained in:
parent
da957d2706
commit
628f5d1f90
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -61,7 +61,7 @@ export npm_config_log="$HOME/.local/share/npm/logs"
|
||||||
|
|
||||||
# Volta
|
# Volta
|
||||||
export VOLTA_HOME="$HOME/.local/share/volta"
|
export VOLTA_HOME="$HOME/.local/share/volta"
|
||||||
zinit snippet OMZP::volta
|
[ ! -d $VOLTA_HOME ] && curl https://get.volta.sh | bash -s -- --skip-setup
|
||||||
|
|
||||||
# Go
|
# Go
|
||||||
export GOPATH=~/.local/share/go
|
export GOPATH=~/.local/share/go
|
||||||
|
|
Loading…
Reference in a new issue