ignore __fish_ls_color_opt when using colorls

This commit is contained in:
Scott Bonds 2021-06-01 10:47:08 -07:00 committed by Fabian Homborg
parent 3ddb5a2bdc
commit ad38730792

View File

@ -43,7 +43,7 @@ function ls --description "List contents of directory"
and set -a opt -F
if command -sq colorls
command colorls $__fish_ls_color_opt $argv
command colorls -GF $argv
else
command ls $__fish_ls_color_opt $argv
end