dotfiles/.bash_it/plugins/available/nodenv.plugin.bash
2022-02-27 20:00:49 +01:00

8 lines
185 B
Bash

cite about-plugin
about-plugin 'load nodenv, if you are using it'
export NODENV_ROOT="$HOME/.nodenv"
pathmunge "$NODENV_ROOT/bin"
[[ `which nodenv` ]] && eval "$(nodenv init - bash)"