From 6e4808c6ae65662bc603f87a06abd929d51e473c Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 31 Jul 2023 21:19:24 +0200 Subject: sh/ugrep: make `g` an alias for the grep emulation --- dot_local/lib/sh/ugrep | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_local') diff --git a/dot_local/lib/sh/ugrep b/dot_local/lib/sh/ugrep index 1000a39..28bd159 100644 --- a/dot_local/lib/sh/ugrep +++ b/dot_local/lib/sh/ugrep @@ -6,3 +6,4 @@ alias xdump='ugrep -X ""' alias uq='ug -Q' alias ux='ug -UX' alias uz='ug -z' +alias g='ug -G -.' -- cgit v1.2.3