feat(config): switch from fish-exa to fish-eza

This commit is contained in:
2025-02-19 17:24:42 +02:00
parent 611a3bfa72
commit 4f9757ad2b
88 changed files with 261 additions and 269 deletions

View File

@@ -0,0 +1,7 @@
function eza_git -d "Use exa and its git options if in a git repo"
if git rev-parse --is-inside-work-tree &>/dev/null
eza $EZA_STANDARD_OPTIONS {$EZA_LL_OPTIONS} --git $argv
else
eza $EZA_STANDARD_OPTIONS {$EZA_LL_OPTIONS} $argv
end
end