From 339e63eddab5df2bd3e806d895b88e9f76b3449a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 16 Sep 2020 12:46:29 +0300 Subject: [PATCH] grep recursively following symlinks --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.44.0