X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;h=29ad84c0f7823bd00f5f1d7cb65bda11cc42acb6;hp=048fee325f080804863f9409a343d93c463fe33e;hb=339e63eddab5df2bd3e806d895b88e9f76b3449a;hpb=1c33920c93a58a40a622f567d9227581bfa55f8f diff --git a/zsh/.zshrc b/zsh/.zshrc index 048fee3..29ad84c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -131,7 +131,7 @@ bindkey -s "OR" " git status --short\n" # F3 # grep {{{ GREP=/usr/local/bin/grep -GREP_ARGS="--color=always --with-filename --line-number --recursive" +GREP_ARGS="--color=always --with-filename --line-number --dereference-recursive" LESS_COLORED="less --RAW-CONTROL-CHARS" g() { $GREP ${=GREP_ARGS} $@ | ${=LESS_COLORED}