]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Do not try to read from FIFOs and sockets while grep-ing
[dotfiles.git] / 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