mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
ignore __fish_ls_color_opt when using colorls
This commit is contained in:
parent
3ddb5a2bdc
commit
ad38730792
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user