summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-03-03 00:52:28 +0100
committerache <ache@ache.one>2024-03-03 00:52:28 +0100
commit73fbaf1658c3af39af7b78ece0024b9e313b1919 (patch)
treec1750b97e68cab1566c677f929704f53c607bcf1
parentTimestamp init (diff)
Fix ll
-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