diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-26 11:03:59 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-26 11:03:59 +0100 |
| commit | 3e451552935ab46d9bac7fc13cd20503e5482cbd (patch) | |
| tree | 30d77ed70bf304332feec33ef05683f6c3737454 | |
| parent | f679aa20a4e8148879deec44195ff3a16e466b5d (diff) | |
tweak(user/jj): add --sort=path to grep alias
| -rw-r--r-- | user/jj/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/jj/config.toml b/user/jj/config.toml index 41f4bdf..5085ef3 100644 --- a/user/jj/config.toml +++ b/user/jj/config.toml @@ -10,7 +10,7 @@ pager = ["less", "--quit-if-one-screen", "--RAW-CONTROL-CHARS"] [aliases] l = ["log", "-T", "my_log_oneline", "-r", "..@"] ll = ["log", "-T", "builtin_log_compact_full_description", "-r", "..@"] -grep = ["util", "exec", "--", "rg", "--no-require-git", "--no-heading", "--no-line-number"] +grep = ["util", "exec", "--", "rg", "--no-require-git", "--no-heading", "--no-line-number", "--sort=path"] [template-aliases] # The default shows seconds which I don't care about. |
