* enable my bash settings

This commit is contained in:
Jeff Carr 2011-10-28 12:45:29 -04:00
parent f1e5cb8159
commit b18499a8c9
2 changed files with 7 additions and 4 deletions

View File

@ -31,6 +31,9 @@ docpu:
killall:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "killall screen"
jcarr:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "echo . /root/benchmarks/loadbot/.jcarr/.bashrc >> /root/.bashrc"
logs:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"

View File

@ -26,11 +26,11 @@ export LANG=C
export LANGUAGE=C
export LC_ALL=C
setterm -blength 0
#setterm -blength 0
if [ $DISPLAY ] ; then
xset b off
fi
#if [ $DISPLAY ] ; then
# xset b off
#fi
alias rscp="rsync -av --progress --inplace"
export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '