mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
fish/functions/ll.fish: pass --color
This commit is contained in:
parent
6c6294297e
commit
353d22669b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ function ll
|
||||||
if test -f /usr/bin/eza
|
if test -f /usr/bin/eza
|
||||||
/usr/bin/eza --icons=always -l --git $argv
|
/usr/bin/eza --icons=always -l --git $argv
|
||||||
else
|
else
|
||||||
/bin/ls -l $argv
|
/bin/ls --color=auto -l $argv
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue