Skip to content

Commit

Permalink
refactor(zsh): remove volta
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Oct 2, 2024
1 parent a6e90a6 commit 84c2ae1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .config/zsh/config/exports.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84c2ae1

Please sign in to comment.