mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Use single quotes where possible
This commit is contained in:
parent
4a696c1cc9
commit
6f7b80e5b4
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ F\tBright white' | awk -F '\t' "{ printf \"$current_token%s\t%s\n\", \$1, \$2 }"
|
|||
end
|
||||
end
|
||||
|
||||
complete --command color --no-files --arguments "(__color_generate_args)"
|
||||
complete --command color --no-files --arguments '(__color_generate_args)'
|
||||
|
|
Loading…
Reference in a new issue