diff --git a/.zshrc b/.zshrc index 42485e0..25280e3 100644 --- a/.zshrc +++ b/.zshrc @@ -61,7 +61,7 @@ export npm_config_log="$HOME/.local/share/npm/logs" # 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 export GOPATH=~/.local/share/go