diff options
| author | 2022-04-10 20:19:59 -0400 | |
|---|---|---|
| committer | 2022-04-10 20:19:59 -0400 | |
| commit | 36500b5c9b46fe0bf01d114d91301a1ab9c746b5 (patch) | |
| tree | b0f804063c0b5d6f4c69e2f6e5069cfdc3923b45 /dot_local/lib/sh/ugrep | |
| parent | this is cursed and I am not sorry (diff) | |
do you understand the sheer level of cursedness this is?
I thought not
Diffstat (limited to 'dot_local/lib/sh/ugrep')
| -rw-r--r-- | dot_local/lib/sh/ugrep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_local/lib/sh/ugrep b/dot_local/lib/sh/ugrep new file mode 100644 index 0000000..1000a39 --- /dev/null +++ b/dot_local/lib/sh/ugrep @@ -0,0 +1,8 @@ +. hascmd ugrep || return +alias grep='ugrep -G -.' +alias xdump='ugrep -X ""' + +. hascmd ug || return +alias uq='ug -Q' +alias ux='ug -UX' +alias uz='ug -z' |
