From 0b03363dad49e8665ff5f608921d98fa2763bbf1 Mon Sep 17 00:00:00 2001 From: dhvcc Date: Tue, 2 Jul 2024 02:33:02 +0300 Subject: [PATCH] Remove nvm explicit completion --- .bashrc | 2 +- .zshrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 133e1fa..9655d83 100644 --- a/.bashrc +++ b/.bashrc @@ -3,6 +3,7 @@ plugins=( ansible pyenv npm + nvm brew ) @@ -41,7 +42,6 @@ eval "$(pyenv init --path --no-rehash)" # nvm export NVM_DIR="$HOME/.nvm" [ -s "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh" ] && \. "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh" # This loads nvm -[ -s "/home/linuxbrew/.linuxbrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/home/linuxbrew/.linuxbrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion # fzf [ -f ~/.fzf.bash ] && source ~/.fzf.bash diff --git a/.zshrc b/.zshrc index bfc1376..e3ec27c 100644 --- a/.zshrc +++ b/.zshrc @@ -53,7 +53,6 @@ eval "$(pyenv init --path --no-rehash)" # nvm export NVM_DIR="$HOME/.nvm" [ -s "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh" ] && \. "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh" # This loads nvm -[ -s "/home/linuxbrew/.linuxbrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/home/linuxbrew/.linuxbrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion ############# # Oh-my-zsh #