Install n into ~/n/, not ~/.

This commit is contained in:
Gea-Suan Lin
2018-08-07 17:09:52 +08:00
parent 44cda96683
commit 361685d065

View File

@@ -13,7 +13,8 @@ if [ -d "${PYENV_ROOT}" ]; then
eval "$(pyenv init - --no-rehash)"
fi
#
export N_PREFIX="$HOME"
export N_PREFIX="$HOME/n"
export PATH="${HOME}/n/bin:${PATH}"
#
if [ -d "${HOME}/.rbenv" ]; then
export PATH="${HOME}/.rbenv/bin:${PATH}"