summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions/ll.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/ll.fish b/functions/ll.fish
index d5f6f39..04f5333 100644
--- a/functions/ll.fish
+++ b/functions/ll.fish
@@ -1,3 +1,3 @@
function ll -d "ls long mode with eza"
- eza -lFa $argv
+ eza --long --all --classify $argv
end