Add bash part for n.

This commit is contained in:
Gea-Suan Lin
2018-08-07 17:11:14 +08:00
parent 361685d065
commit f935a1e398

View File

@@ -14,6 +14,7 @@ if [ -d "${PYENV_ROOT}" ]; then
fi fi
# #
export N_PREFIX="$HOME" export N_PREFIX="$HOME"
export PATH="${HOME}/n/bin:${PATH}"
# #
if [ -d "${HOME}/.rbenv" ]; then if [ -d "${HOME}/.rbenv" ]; then
export PATH="${HOME}/.rbenv/bin:${PATH}" export PATH="${HOME}/.rbenv/bin:${PATH}"