diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-10-21 20:57:20 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-10-21 20:57:20 -0400 |
| commit | fb152830716cb14a3679d325ab6313c10f175c02 (patch) | |
| tree | cd3b6fcf0e63b1b910023a16055a7cd3def215d1 /.local/bin | |
| parent | 1b0ccecdde74f9cc9efd501f38fb614ffb1733aa (diff) | |
| download | dotfiles-enchilada.tar.gz | |
hyprland: fix openrc --user gui enchilada
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/mggrep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/mggrep b/.local/bin/mggrep new file mode 100755 index 0000000..b8ede11 --- /dev/null +++ b/.local/bin/mggrep @@ -0,0 +1,2 @@ +#!/bin/sh +micro $(git grep -ni "$@" |cut -d: -f1-2) |
