diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-04 11:23:09 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-04 11:23:09 +0100 |
| commit | 8745a90a7ab933636ffcab85bf1a9824c54c1989 (patch) | |
| tree | ad95c8e40a209aadf6ecd7c5f981a10b52fa5921 | |
| parent | 47f3ec3d3b3a7e767a172ef3c1b689f704df52d9 (diff) | |
feat(fish): alias for rg
| -rw-r--r-- | config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index 8223bb0..bd4c73c 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -58,3 +58,4 @@ end # alias alias ll "eza -lha --icons=auto --sort=name --group-directories-first" +alias rg "rg -C 3" |
