mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-02 01:03:07 +01:00
8 lines
130 B
Fish
8 lines
130 B
Fish
|
function la
|
||
|
if type -q exa
|
||
|
command exa -a --icons $argv
|
||
|
else
|
||
|
command ls -a --color=auto $argv
|
||
|
end
|
||
|
end
|