mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Use a local variable
Otherwise this is annoying on upgrade
This commit is contained in:
parent
5f5bd03911
commit
113e91ab9a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function ls --description "List contents of directory"
|
|||
# We don't set $COLORTERM because that should be set to
|
||||
# "truecolor" or similar and we don't want to specify that here.
|
||||
test "$TERM_PROGRAM" = Apple_Terminal
|
||||
and set -fx CLICOLOR 1
|
||||
and set -lx CLICOLOR 1
|
||||
|
||||
command $__fish_ls_command $__fish_ls_color_opt $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue