Skip to content

Commit a71b2a6

Browse files
committed
✨ feat: Remove volta
1 parent cb4fd28 commit a71b2a6

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

zsh/.zshenv

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,3 @@ fi
6868

6969
# goenv
7070
export GOENV_ROOT="${HOME}/.goenv"
71-
72-
# Volta
73-
# https://docs.volta.sh/advanced/installers#shim-directory
74-
export VOLTA_HOME="${HOME}/.volta"
75-
export VOLTA_FEATURE_PNPM="1"

zsh/.zshrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
source "${ZDOTDIR}/.zenv/brew.zsh" # Homebrew
99
export PATH="${HOME}/.local/bin:${PATH}" # User executables
1010
export PATH="${GOENV_ROOT}/bin:${PATH}" # goenv
11-
export PATH="${VOLTA_HOME}/bin:${PATH}" # Volta
1211

1312
# Zinit
1413
if [[ -n "${HOMEBREW_PREFIX}" ]]; then

0 commit comments

Comments
 (0)