File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- brew "pnpm "
1+ brew "volta "
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -59,3 +59,8 @@ export PYENV_ROOT="${HOME}/.pyenv"
5959
6060# goenv
6161export GOENV_ROOT=" ${HOME} /.goenv"
62+
63+ # Volta
64+ # https://docs.volta.sh/advanced/installers#shim-directory
65+ export VOLTA_HOME=" ${HOME} /.volta"
66+ export VOLTA_FEATURE_PNPM=" 1"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ source "${ZDOTDIR}/.zenv/brew.zsh" # Homebrew
99export PATH=" ${HOME} /.local/bin:${PATH} " # User executables
1010export PATH=" ${PYENV_ROOT} /bin:${PATH} " # pyenv
1111export PATH=" ${GOENV_ROOT} /bin:${PATH} " # goenv
12+ export PATH=" ${VOLTA_HOME} /bin:${PATH} " # Volta
1213
1314# Zinit
1415if [[ -n " ${HOMEBREW_PREFIX} " ]]; then
@@ -57,7 +58,6 @@ zinit light zsh-users/zsh-syntax-highlighting
5758# Third-party integrations
5859zinit snippet ${ZDOTDIR} /.zsh/go.zsh
5960zinit snippet ${ZDOTDIR} /.zsh/iterm.zsh
60- zinit snippet ${ZDOTDIR} /.zsh/javascript.zsh
6161zinit snippet ${ZDOTDIR} /.zsh/perl.zsh
6262zinit snippet ${ZDOTDIR} /.zsh/python.zsh
6363zinit snippet ${ZDOTDIR} /.zsh/zsh-style.zsh
You can’t perform that action at this time.
0 commit comments