summaryrefslogtreecommitdiff
path: root/dot_local/lib
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-31 21:19:24 +0200
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-31 21:19:24 +0200
commit6e4808c6ae65662bc603f87a06abd929d51e473c (patch)
tree7bfbc3583bf1fcb8bff21c26c55813386fee7701 /dot_local/lib
parentnvim: update starlight theme (diff)
sh/ugrep: make `g` an alias for the grep emulation
Diffstat (limited to '')
-rw-r--r--dot_local/lib/sh/ugrep1
1 files changed, 1 insertions, 0 deletions
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 -.'