From 6933852d6a398cb7c0386563f1b7db50b3f69cc0 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 13 Oct 2024 02:00:16 -0500 Subject: [PATCH] Remove nvm --- .chezmoitemplates/scripts/commonrc.sh.tmpl | 5 ----- dot_zshrc.tmpl | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.chezmoitemplates/scripts/commonrc.sh.tmpl b/.chezmoitemplates/scripts/commonrc.sh.tmpl index 8d3c129..3d02812 100644 --- a/.chezmoitemplates/scripts/commonrc.sh.tmpl +++ b/.chezmoitemplates/scripts/commonrc.sh.tmpl @@ -26,11 +26,6 @@ export PATH="$HOME/.local/share/bob/nvim-bin:$PATH" # Bob, the Neovim package m eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" # Brew command -v rbenv &> /dev/null && eval "$(rbenv init -)" # rbenv for Ruby -# nvm (node version manager) -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm -[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion - # pyenv, python version manager export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index cb10229..e41f69d 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -77,7 +77,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git yarn golang sudo zoxide nvm bun node npm zsh-autosuggestions brew F-Sy-H) +plugins=(git yarn golang sudo zoxide bun node npm zsh-autosuggestions brew F-Sy-H) source $ZSH/oh-my-zsh.sh