diff options
| author | 2023-07-31 21:19:24 +0200 | |
|---|---|---|
| committer | 2023-07-31 21:19:24 +0200 | |
| commit | 6e4808c6ae65662bc603f87a06abd929d51e473c (patch) | |
| tree | 7bfbc3583bf1fcb8bff21c26c55813386fee7701 /dot_local/lib | |
| parent | nvim: update starlight theme (diff) | |
sh/ugrep: make `g` an alias for the grep emulation
Diffstat (limited to 'dot_local/lib')
| -rw-r--r-- | dot_local/lib/sh/ugrep | 1 |
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 -.' |
