# HG changeset patch # User k0s # Date 1266864608 18000 # Node ID 9e2d6f9974a2848e4673210db73a4ba78c5554e5 # Parent ae0ffe7c9040744128f2a194b5a50bb691a0a7f2 remove unneeded functionality from .bashrc diff -r ae0ffe7c9040 -r 9e2d6f9974a2 .bashrc --- a/.bashrc Mon Feb 15 20:42:02 2010 -0500 +++ b/.bashrc Mon Feb 22 13:50:08 2010 -0500 @@ -164,40 +164,6 @@ kill `isrunning "$@" | awk '{ print $1 }' | onelineit.py` } -ztest() { - -ZCTL=`find $PWD -name 'zopectl'` -if [ ! -x "$ZCTL" ] -then - echo 'zopectl not found' - return 1 -fi - -if [ "$#" == "1" ] -then - FLAG="False" - for i in '-h' '--help' - do - if [ "$i" == "$1" ] - then - FLAG="True" - break - fi - if [ "$FLAG" == "False" ] - then - ${ZCTL} test -s Products.$1 2>&1 | zfilt - echo "i'm done!" - return 0 - fi - done - -fi - -return 0 - -${ZCTL} test $@ 2>&1 | zfilt - -} tf() { if [[ $@ ]]