5 lines
121 B
Bash
5 lines
121 B
Bash
#!/usr/bin/env zsh
|
|
|
|
export NVM_COMPLETION=true
|
|
export NVM_AUTO_USE=true
|
|
source ~/.zsh-plugins/zsh-nvm/zsh-nvm.plugin.zsh
|