mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-10 00:33:56 +01:00
8 lines
154 B
Fish
8 lines
154 B
Fish
function ll --wraps=ls --wraps=eza
|
|
set bin exa
|
|
if type -q eza
|
|
set bin eza
|
|
end
|
|
|
|
$bin --long --all --header --group --git $argv
|
|
end
|