mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fix out of scope opt variable (#10020)
* Fix out of scope opt variable * Update ls.fish
This commit is contained in:
parent
098b7093da
commit
a809672412
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue