branch: master
commit 055e7b87798087392ad2160624121ea3e8fd2634
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (counsel-git-grep-cmd-history): Update default
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index ff1d547..7782d4c 100644
--- a/counsel.el
+++ b/counsel.el
@@ -900,7 +900,7 @@ Describe the selected candidate."
"History for `counsel-git-grep'.")
(defvar counsel-git-grep-cmd-history
- '("git --no-pager grep --full-name -n --no-color -i -e %S")
+ (list counsel-git-grep-cmd-default)
"History for `counsel-git-grep' shell commands.")
(defun counsel-prompt-function-dir ()