From f7387f218e924e43be1582b3ccbc8f72879b965e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Thu, 21 May 2015 10:52:44 +0800 Subject: [PATCH] rbash env --- bash/bashrc/rbashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index 5635e59..aaf75fc 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -9,6 +9,11 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +# Source for Custom bash ENV +if [ -f ~/.rbashenv ]; then + . ~/.rbashenv +fi + # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth