mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Add nvm autocomplete to plugin
This commit is contained in:
parent
7923754249
commit
9be4ccea7f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
# The addition 'nvm install' attempts in ~/.profile
|
# The addition 'nvm install' attempts in ~/.profile
|
||||||
|
|
||||||
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
||||||
|
[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue