mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
webconfig themes: shell-friendly filenames
For historical reasons (namely the webconfig origin), our theme names contain spaces and uppercase letters which can be inconvenient when using the "fish_config theme choose" shell command. Use more conventional file names. Web config still uses the pretty names, using the ubiquitous "# name:" property.
This commit is contained in:
@@ -76,7 +76,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::
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ These colors, and many more, can be changed by running ``fish_config``, or by mo
|
||||
|
||||
For example, if you want to disable (almost) all coloring::
|
||||
|
||||
fish_config theme choose None
|
||||
fish_config theme choose none
|
||||
|
||||
This picks the "none" theme. To see all themes::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user