Modern tools (rg, fd...)

This commit is contained in:
2026-09-08 18:26:53 +02:00
parent f043606466
commit c49e4db304
7 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{ ansible_managed | comment }}
starship init fish | source
abbr --add ls lsd
abbr --add ll 'lsd -l'
abbr --add la 'lsd -la'