Update .config/fish/conf.d/30-eza.fish

This commit is contained in:
punkfairie 2024-04-18 18:03:02 -07:00
parent 6a1e4f400d
commit a48328628e
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -5,7 +5,7 @@ function ls --wraps eza
end
function lst --wraps eza
ls --tree --color=always $argv | less
ls --tree --color=always $argv
end
function lsl --wraps eza
@ -14,5 +14,5 @@ function lsl --wraps eza
end
function lslt --wraps eza
lsl --tree --color=always $argv | less
lsl --tree --color=always $argv
end