X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Ffunctions;h=28135c712c0a05dc0806b36886fab4b69a9049a8;hb=d3fcd96de3daed1d55b7cf3752456580120ae128;hp=ec2f3114208c100b986749122cb8250d25bdfa51;hpb=6cf0d2cda8a454c46c0cd44fc2edd2093cd8c83a;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