updated .bashrc

pull/2/head
Hari Sekhon 5 years ago
parent 0630295db1
commit 5732967723

@ -107,9 +107,12 @@ shopt -s histappend
# check the window size after each command and if necessary update $LINES and $COLUMNS # check the window size after each command and if necessary update $LINES and $COLUMNS
shopt -s checkwinsize shopt -s checkwinsize
#export INPUTRC=~/.inputrc if [ -n "${APPLE:-}" ]; then
export INPUTRC=~/.inputrc.mac
[ -n "${APPLE:-}" ] || setterm -blank 0 else
export INPUTRC=~/.inputrc
setterm -blank 0
fi
# Prevent core dumps which can leak sensitive information # Prevent core dumps which can leak sensitive information
ulimit -c 0 ulimit -c 0

Loading…
Cancel
Save