]> Sergey Matveev's repositories - dotfiles.git/commitdiff
grep recursively following symlinks
authorSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:46:29 +0000 (12:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:46:29 +0000 (12:46 +0300)
zsh/.zshrc

index 048fee325f080804863f9409a343d93c463fe33e..29ad84c0f7823bd00f5f1d7cb65bda11cc42acb6 100644 (file)
@@ -131,7 +131,7 @@ bindkey -s "\eOR" " 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}