Move zsh and aliases to conf.d style configs
This commit is contained in:
7
zsh.d/nvm.zsh
Normal file
7
zsh.d/nvm.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
# NVM
|
||||
if [[ -s "$NVM_DIR/nvm.sh" ]]; then
|
||||
source "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
fi
|
||||
if [[ -s "$NVM_DIR/bash_completion" ]]; then
|
||||
source "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
fi
|
Reference in New Issue
Block a user