From f935a1e39862b4e0112d89baa31cff1d9c9455b3 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 7 Aug 2018 17:11:14 +0800 Subject: [PATCH] Add bash part for n. --- .bashrc.local | 1 + 1 file changed, 1 insertion(+) 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}"