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