* enable my bash settings
This commit is contained in:
parent
f1e5cb8159
commit
b18499a8c9
3
Makefile
3
Makefile
|
@ -31,6 +31,9 @@ docpu:
|
||||||
killall:
|
killall:
|
||||||
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "killall screen"
|
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:
|
logs:
|
||||||
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"
|
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"
|
||||||
|
|
||||||
|
|
|
@ -26,11 +26,11 @@ export LANG=C
|
||||||
export LANGUAGE=C
|
export LANGUAGE=C
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
setterm -blength 0
|
#setterm -blength 0
|
||||||
|
|
||||||
if [ $DISPLAY ] ; then
|
#if [ $DISPLAY ] ; then
|
||||||
xset b off
|
# xset b off
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
alias rscp="rsync -av --progress --inplace"
|
alias rscp="rsync -av --progress --inplace"
|
||||||
export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
||||||
|
|
Loading…
Reference in New Issue