mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 10:11:14 -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:
@@ -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