Skip to content
Oleh Krehel edited this page Aug 27, 2019 · 1 revision

Grep (like el:counsel-rg) commands don’t work with Zsh

The reason may be your zsh login scripts take too much time. You can test this with:

(shell-command-to-string "rg test")

See also #2190.