Add Volta auto install to zsh config

This commit is contained in:
Snoweuph 2024-10-18 21:34:22 +02:00
parent da957d2706
commit 628f5d1f90
Signed by: Snoweuph
GPG key ID: BEFC41DA223CEC55

2
.zshrc
View file

@ -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