mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
fix exa/eza
This commit is contained in:
parent
198914d3fd
commit
66a4361d01
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
function ll --wraps=ls --wraps=eza
|
||||
eza --long --all --header --group --git $argv
|
||||
set bin exa
|
||||
if type -q eza
|
||||
set bin eza
|
||||
end
|
||||
|
||||
$bin --long --all --header --group --git $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue