Use single quotes where possible

This commit is contained in:
EmilySeville7cfg 2021-11-24 23:20:14 +10:00 committed by ridiculousfish
parent 4a696c1cc9
commit 6f7b80e5b4

View file

@ -23,4 +23,4 @@ F\tBright white' | awk -F '\t' "{ printf \"$current_token%s\t%s\n\", \$1, \$2 }"
end end
end end
complete --command color --no-files --arguments "(__color_generate_args)" complete --command color --no-files --arguments '(__color_generate_args)'