Add N_PREFIX.

This commit is contained in:
Gea-Suan Lin
2017-10-19 00:33:06 +08:00
parent 30ad4ce953
commit 5736a11c35
2 changed files with 4 additions and 0 deletions

View File

@@ -12,5 +12,7 @@ if [ -d "${PYENV_ROOT}" ]; then
eval "$(pyenv init -)"
fi
#
export N_PREFIX="$HOME"
#
# Put rvm at last position.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"