From 08d4330636b38b53b50e64640929586ba40abb1b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 27 Oct 2021 11:15:34 +0300 Subject: [PATCH] Do not try to read from FIFOs and sockets while grep-ing --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0