From 8351ec0afdabf6e3c06216f1fbf717d39d4cb120 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 25 May 2012 02:07:21 -0700 Subject: [PATCH] Document some of the new commands --- doc_src/fish_config.txt | 5 +++++ doc_src/fish_update_completions.txt | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 doc_src/fish_config.txt create mode 100644 doc_src/fish_update_completions.txt diff --git a/doc_src/fish_config.txt b/doc_src/fish_config.txt new file mode 100644 index 000000000..78191477a --- /dev/null +++ b/doc_src/fish_config.txt @@ -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. diff --git a/doc_src/fish_update_completions.txt b/doc_src/fish_update_completions.txt new file mode 100644 index 000000000..1369f9d11 --- /dev/null +++ b/doc_src/fish_update_completions.txt @@ -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. +