From 84c2ae138d1387a91faa5bdfa48fad5f13aa89e9 Mon Sep 17 00:00:00 2001 From: Kutsan Kaplan Date: Wed, 2 Oct 2024 19:53:24 +0300 Subject: [PATCH] refactor(zsh): remove volta --- .config/zsh/config/exports.zsh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/zsh/config/exports.zsh b/.config/zsh/config/exports.zsh index 6548638b..01554d6f 100644 --- a/.config/zsh/config/exports.zsh +++ b/.config/zsh/config/exports.zsh @@ -39,13 +39,6 @@ export NPM_CONFIG_INIT_LICENSE='GPL-3.0' export NPM_CONFIG_INIT_VERSION='0.0.0' export NPM_CONFIG_SIGN_GIT_TAG='true' -# Volta -export VOLTA_HOME="$HOME/.local/share/volta" -path=( - "$VOLTA_HOME/bin" - $path -) - # Rust export CARGO_HOME="$HOME/.local/share/cargo" export RUSTUP_HOME="$HOME/.local/share/rustup"