summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-09-07 16:25:03 +0200
committerache <ache@ache.one>2023-09-07 16:25:03 +0200
commit492fd0ea760437d1d68f1137036854acc37b1a8e (patch)
tree3d6af9ad0ea70d688fc3efacd4771fba351acbd9 /functions
parentgmfip for IPv6 (diff)
Replace exa by eza
Diffstat (limited to 'functions')
-rw-r--r--functions/ll.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/ll.fish b/functions/ll.fish
index 963ad19..d5f6f39 100644
--- a/functions/ll.fish
+++ b/functions/ll.fish
@@ -1,3 +1,3 @@
-function ll -d "ls long mode"
- exa -lF $argv
+function ll -d "ls long mode with eza"
+ eza -lFa $argv
end