about summary refs log tree commit diff
path: root/fish/.config/fish/functions/l.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/.config/fish/functions/l.fish')
-rw-r--r--fish/.config/fish/functions/l.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/.config/fish/functions/l.fish b/fish/.config/fish/functions/l.fish
index a4b73c5..2368c38 100644
--- a/fish/.config/fish/functions/l.fish
+++ b/fish/.config/fish/functions/l.fish
@@ -1,4 +1,4 @@
 # Defined in /home/ben/.config/fish/functions/l.fish @ line 1
 function l
-	ls -lah $argv
+	ls -lah --group-directories-first $argv
 end