diff --git a/.bashrc.local b/.bashrc.local index 91cc160..e659efd 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -13,7 +13,7 @@ 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