mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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
|
||||
/usr/bin/eza --icons=always -l --git $argv
|
||||
else
|
||||
/bin/ls -l $argv
|
||||
/bin/ls --color=auto -l $argv
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue