X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Ffunctions;h=28135c712c0a05dc0806b36886fab4b69a9049a8;hb=776de2306f0b735deff2d7049237d88dfad31fd7;hp=ec2f3114208c100b986749122cb8250d25bdfa51;hpb=193ffca61177dea7594db342d1b2491c0f5f261e;p=clearscm.git diff --git a/rc/functions b/rc/functions index ec2f311..28135c7 100644 --- a/rc/functions +++ b/rc/functions @@ -226,7 +226,7 @@ function sj { ps $psopts | $PAGER else for str; do - ps $psopts | grep "$str" | grep -v "grep $str" | grep -v "grep -d skip" + ps $psopts | grep "$str" | grep -ve "grep $str" -e "grep -d skip" -e "grep --color=auto" done fi } # sj