add completion for nvm
parent
97e1346bec
commit
4180f80dce
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# nvm (Node Version Manager) completion
|
||||||
|
|
||||||
|
if [ -r $NVM_DIR/bash_completion ]
|
||||||
|
then
|
||||||
|
. $NVM_DIR/bash_completion
|
||||||
|
else
|
||||||
|
echo "Enable nvm plugin first"
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue