From b18499a8c985ae8fe0cc1fb80766d856d3e95862 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 28 Oct 2011 12:45:29 -0400 Subject: [PATCH] * enable my bash settings --- Makefile | 3 +++ loadbot/.jcarr/.bashrc | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 83b2350..f6ddad8 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/loadbot/.jcarr/.bashrc b/loadbot/.jcarr/.bashrc index 875e57a..dcee626 100644 --- a/loadbot/.jcarr/.bashrc +++ b/loadbot/.jcarr/.bashrc @@ -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\$ '