]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Do not try to read from FIFOs and sockets while grep-ing
authorSergey Matveev <stargrave@stargrave.org>
Wed, 27 Oct 2021 08:15:34 +0000 (11:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 27 Oct 2021 08:15:34 +0000 (11:15 +0300)
zsh/.zshrc

index 4defab2f1bb3e9816c4b477ce46f028344c0517e..cd22ea852bbef9403008b041bb3b4fd204d5477d 100644 (file)
@@ -137,6 +137,7 @@ bindkey -s "\eOR" " git status --short\n" # F3
 
 # grep {{{
 GREP_ARGS=(
+    --devices=skip
     --colour=always
     --with-filename
     --line-number