mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Document some of the new commands
This commit is contained in:
parent
92ce84c26a
commit
8351ec0afd
2 changed files with 11 additions and 0 deletions
5
doc_src/fish_config.txt
Normal file
5
doc_src/fish_config.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
\section fish_config fish_config - Start up the web-based configuration interface
|
||||||
|
|
||||||
|
\subsection fish_config-description Description
|
||||||
|
|
||||||
|
This command starts up the web-based configuration interface, which allows you to edit your colors and view your functions, variables, and history.
|
6
doc_src/fish_update_completions.txt
Normal file
6
doc_src/fish_update_completions.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
\section fish_update_completions fish_update_completions - Update man-page completions
|
||||||
|
|
||||||
|
\subsection fish_update_completions-description Description
|
||||||
|
|
||||||
|
This command parses your installed man pages and writes completion files to the fish config directory. This does not overwrite custom completions.
|
||||||
|
|
Loading…
Reference in a new issue