dotfiles/node/nvm.zsh

6 lines
121 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
2024-01-23 20:51:10 -08:00
export NVM_COMPLETION=true
export NVM_AUTO_USE=true
2024-01-23 20:51:10 -08:00
source ~/.zsh-plugins/zsh-nvm/zsh-nvm.plugin.zsh