From d8e1966d17928b4fef3f4b80c8594f9716b81fa1 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:06:02 -0300 Subject: [PATCH] zsh: add nvm bash completion --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index a6535fc..3716789 100644 --- a/.zshrc +++ b/.zshrc @@ -67,6 +67,7 @@ bindkey -s '^[^f' 'ranger\n' # This loads nvm source $HOME/.fast-nvm.sh +source $HOME/.nvm/bash_completion # Check if is integrated terminal emulator if [ -z "$INTEG_EMU" ]; then