8 lines
187 B
Bash
8 lines
187 B
Bash
cite about-plugin
|
|
about-plugin 'load jenv, if you are using it'
|
|
|
|
export JENV_ROOT="$HOME/.jenv"
|
|
pathmunge "$JENV_ROOT/bin"
|
|
|
|
if which jenv > /dev/null; then eval "$(jenv init - bash)"; fi
|