From 6c8b0a1245174328b53ebebc334613f560906025 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 24 Sep 2021 18:25:27 +0200 Subject: [PATCH] Reapply -F This was forgotten in a40a35cc5244ee651dc1f17c9b3d10f9afbb7acf. Sorry! --- share/functions/ls.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/ls.fish b/share/functions/ls.fish index 2517387cb..c02b8198f 100644 --- a/share/functions/ls.fish +++ b/share/functions/ls.fish @@ -61,5 +61,5 @@ function ls --description "List contents of directory" test "$TERM_PROGRAM" = Apple_Terminal and set -lx CLICOLOR 1 - command $__fish_ls_command $__fish_ls_color_opt $argv + command $__fish_ls_command $__fish_ls_color_opt $opt $argv end