Initial commit. Functional zshrc config setup.
This commit is contained in:
3
zsh/nvm.zsh
Normal file
3
zsh/nvm.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||
Reference in New Issue
Block a user