summaryrefslogtreecommitdiff
path: root/functions/ll.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-11-24 19:57:07 +0100
committerache <ache@ache.one>2019-11-24 19:57:07 +0100
commit63fdf7a43e137cba06c0aee1fc68acd4f26e3d6c (patch)
tree1b12e4fb87169074bf5d33768cb3f37be051933c /functions/ll.fish
parentAdd some functions (diff)
Add new funcitons
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