summaryrefslogtreecommitdiff
path: root/functions/ll.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-12-21 02:24:47 +0100
committerache <ache@ache.one>2021-12-21 02:24:47 +0100
commitdf9075f22ce8b4c0fa6cb0ecf58336188c4027f0 (patch)
treeb377a958da340ae4552f92a55820cdecc631a107 /functions/ll.fish
parentAdd yk reco to function (diff)
Add multiple aliases
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 2a824a1..963ad19 100644
--- a/functions/ll.fish
+++ b/functions/ll.fish
@@ -1,3 +1,3 @@
function ll -d "ls long mode"
- ls -AlF $argv
+ exa -lF $argv
end