From 4b12671b1c480cddca1a506113a733cfa547aa92 Mon Sep 17 00:00:00 2001 From: Mathijs Henquet Date: Sat, 7 Oct 2023 18:00:17 +0200 Subject: [PATCH] Fix out of scope opt variable (#10020) * Fix out of scope opt variable * Update ls.fish (cherry picked from commit a8096724129e7246bddca0c7552e3ddac51b3b36) --- share/functions/ls.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/functions/ls.fish b/share/functions/ls.fish index c02b8198f..da05d9887 100644 --- a/share/functions/ls.fish +++ b/share/functions/ls.fish @@ -49,6 +49,7 @@ function ls --description "List contents of directory" # Set the colors to the default via `dircolors` if none is given. __fish_set_lscolors + set -l opt isatty stdout and set -a opt -F