mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
Use single quotes where possible
This commit is contained in:
committed by
ridiculousfish
parent
4a696c1cc9
commit
6f7b80e5b4
@@ -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)'
|
||||||
|
|||||||
Reference in New Issue
Block a user