From: Sergey Matveev Date: Wed, 27 Oct 2021 08:15:34 +0000 (+0300) Subject: Do not try to read from FIFOs and sockets while grep-ing X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=08d4330636b38b53b50e64640929586ba40abb1b Do not try to read from FIFOs and sockets while grep-ing --- diff --git a/zsh/.zshrc b/zsh/.zshrc index 4defab2..cd22ea8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -137,6 +137,7 @@ bindkey -s "OR" " git status --short\n" # F3 # grep {{{ GREP_ARGS=( + --devices=skip --colour=always --with-filename --line-number