rbash env
This commit is contained in:
parent
03fa04a277
commit
f7387f218e
@ -9,6 +9,11 @@ if [ -f /etc/bashrc ]; then
|
|||||||
. /etc/bashrc
|
. /etc/bashrc
|
||||||
fi
|
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.
|
# don't put duplicate lines or lines starting with space in the history.
|
||||||
# See bash(1) for more options
|
# See bash(1) for more options
|
||||||
HISTCONTROL=ignoreboth
|
HISTCONTROL=ignoreboth
|
||||||
|
Loading…
Reference in New Issue
Block a user