From ad5ae9ba3b2107ac68f55ead4c7292cd1de23fc1 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 5 Oct 2013 00:37:44 -0700 Subject: New documentation UI, including tutorial. --- doc_src/faq.hdr | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc_src/faq.hdr') diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr index 449c10f4..c727dd5d 100644 --- a/doc_src/faq.hdr +++ b/doc_src/faq.hdr @@ -1,5 +1,7 @@ /** \page faq Frequently asked questions +\htmlonly
\endhtmlonly + - How do I set or clear an environment variable? - How do I run a command every login? What's fish's equivalent to .bashrc? - How do I set my prompt? @@ -18,7 +20,12 @@ - Why doesn't history substitution ("!$" etc.) work? - How do I uninstall fish? -
+\htmlonly +
+
+

Frequently Asked Questions

+ +\endhtmlonly \section faq-envvar How do I set or clear an environment variable? @@ -29,7 +36,7 @@ set -e key
-\section faq-login-cmd How do I run a command every login? What's fish's equivalent to .bashrc? +\section faq-login-cmd How do I run a command every login? What's fish's equivalent to .bashrc? Edit the file ~/.config/fish/config.fish, creating it if it does not exist. (Note the leading period.) @@ -263,3 +270,7 @@ rm -f fish mimedb fish_pager fishd fish_indent */ + +\htmlonly +
+\endhtmlonly -- cgit v1.2.3