diff --git a/fish/functions/ll.fish b/fish/functions/ll.fish index 09dfb45..7f9fbf2 100644 --- a/fish/functions/ll.fish +++ b/fish/functions/ll.fish @@ -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