zsh: add nvm bash completion

This commit is contained in:
Guilherme Rugai Freire 2021-08-23 10:06:02 -03:00
parent bfeef18cf4
commit d8e1966d17
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

1
.zshrc
View File

@ -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