chore: improved ls

This commit is contained in:
Afonso Franco 2023-04-19 15:24:48 +01:00
parent 979a9cf03b
commit 93e9e958b0
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -1,3 +1,5 @@
alias ls=exa
function ls
exa --icons -l $argv
end
alias find=fd
alias df=duf