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

@@ -1,4 +1,4 @@
function ll --wraps=exa_git --description 'alias ll exa_git'
exa_git $argv
function ll --wraps=eza_git --description 'alias ll eza_git'
eza_git $argv
end