mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
docs: fix "theme choose None" command
The command needs an upper-case "None", not a lower case.
This commit is contained in:
parent
5344576dc6
commit
fc4dd8f4de
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Fish also provides pre-made color themes you can pick with :doc:`fish_config <cm
|
|||
|
||||
For example, to disable nearly all coloring::
|
||||
|
||||
fish_config theme choose none
|
||||
fish_config theme choose None
|
||||
|
||||
Or, to see all themes, right in your terminal::
|
||||
|
||||
|
|
Loading…
Reference in a new issue