From adb6610190ec2a28f32455552a857b498cb47c52 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 Jun 2016 01:19:42 +0100 Subject: [PATCH] Update l alias arguments --- .config/fish/functions/l.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/l.fish b/.config/fish/functions/l.fish index 0fedc68..3f84b15 100644 --- a/.config/fish/functions/l.fish +++ b/.config/fish/functions/l.fish @@ -1,3 +1,3 @@ function l - ls -ltrh $argv; + ls -lh $argv; end