From 542742f7d0abbfe6a4ff803c6e53e0b926c53308 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 14 Aug 2019 20:47:10 +0200 Subject: [PATCH] Allow extend regex with G-grep alias --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 18e4140..8b552e5 100644 --- a/zshrc +++ b/zshrc @@ -208,7 +208,7 @@ alias purge='grep-status -n -sPackage -FStatus config-files' ## Piped alias alias -g H='| head' alias -g T='tail -f' -alias -g G='| grep -v grep | grep' +alias -g G='| grep -v grep | grep -E' alias -g L='| less' alias -g M="| most" alias -g S="| sort"