summaryrefslogtreecommitdiff
path: root/functions/ll.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/ll.fish')
-rw-r--r--functions/ll.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/ll.fish b/functions/ll.fish
index 2a824a1..04f5333 100644
--- a/functions/ll.fish
+++ b/functions/ll.fish
@@ -1,3 +1,3 @@
-function ll -d "ls long mode"
- ls -AlF $argv
+function ll -d "ls long mode with eza"
+ eza --long --all --classify $argv
end