diff --git a/.bashrc.local b/.bashrc.local index 52567eb..91cc160 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -14,6 +14,7 @@ if [ -d "${PYENV_ROOT}" ]; then fi # export N_PREFIX="$HOME" +export PATH="${HOME}/n/bin:${PATH}" # if [ -d "${HOME}/.rbenv" ]; then export PATH="${HOME}/.rbenv/bin:${PATH}"