X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=976700887c0b2a75eccfcd4f2394181ec4b36897;hb=05260a8177983e048040929718856616c0a4b48e;hp=3c472d638af4fb1e2a9b8221b7ad2a8c73876bc0;hpb=95eeb86221ce6741286b1b15b7e1ce353b04c9ad;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 3c472d6..9767008 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2245,7 +2245,7 @@ any() { echo "any - grep for process(es) by keyword" >&2 echo "Usage: any " >&2 ; return 1 else - ps xauwww | grep --color=auto "[${1[1]}]${1[2,-1]}" + ps xauwww | grep -i --color=auto "[${1[1]}]${1[2,-1]}" fi }