Source local bashrc at the end
This commit is contained in:
parent
9a02de694e
commit
de01fe2669
10
home/.bashrc
10
home/.bashrc
|
@ -8,11 +8,6 @@ if [ -f /etc/bashrc ]; then
|
|||
. /etc/bashrc
|
||||
fi
|
||||
|
||||
# Source local system-specific config.
|
||||
if [ -f ~/.localbashrc ]; then
|
||||
. ~/.localbashrc
|
||||
fi
|
||||
|
||||
platform="unknown"
|
||||
unamestr=`uname`
|
||||
if [[ "$unamestr" == "Linux" ]]; then
|
||||
|
@ -191,3 +186,8 @@ if [ -e ".xterm256" ]; then
|
|||
export TERMCAP
|
||||
fi
|
||||
fi
|
||||
|
||||
# Source local system-specific config.
|
||||
if [ -f ~/.localbashrc ]; then
|
||||
. ~/.localbashrc
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user