From c67b27c8c9acba11a9f2fe8af877a6cb4baf1c96 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 23 Jan 2024 19:08:26 +0000 Subject: [PATCH] Remove nvm --- zshrc.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index 340a286..717c892 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -144,11 +144,6 @@ test -e $HOME/.extra && source $HOME/.extra test -e /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh && source /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh test -e /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh && source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh -# Setup NVM -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 - # Setup GitHub Copilot if type github-copilot-cli > /dev/null; then eval "$(github-copilot-cli alias -- "$0")"