Updated config

This commit is contained in:
Eduard Urbach 2024-02-01 20:59:19 +01:00
parent 8998a54e82
commit 973894cfab
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
16 changed files with 207 additions and 32 deletions

View file

@ -0,0 +1,7 @@
function ls
if command -q exa
exa -1 --icons=auto $argv
else
command ls $argv
end
end