Skip to content

Commit

Permalink
remove nvm config
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Sep 18, 2020
1 parent a84aada commit 185a95d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/.zshrc
Expand Up @@ -87,10 +87,5 @@ source $HOME/.alias
alias zshconfig="code ~/.zshrc"
alias ohmyzsh="code ~/.oh-my-zsh"

# NVM
export NVM_DIR="$HOME/.nvm"
[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm
[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm"

# Rust
export PATH="$HOME/.cargo/bin:$PATH"

0 comments on commit 185a95d

Please sign in to comment.