From 5736a11c35a11824ede93e8183f353f138a14834 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Thu, 19 Oct 2017 00:33:06 +0800 Subject: [PATCH] Add N_PREFIX. --- .bashrc.local | 2 ++ .zshrc.local | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.bashrc.local b/.bashrc.local index 45be3d6..069d4f6 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -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" diff --git a/.zshrc.local b/.zshrc.local index 9ef0aa6..3ee195f 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -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"