aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/faq.hdr
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-10-05 00:37:44 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-10-05 00:37:44 -0700
commitad5ae9ba3b2107ac68f55ead4c7292cd1de23fc1 (patch)
treed7072b66460d9988659dfb65b8d4a59d2ab8e95e /doc_src/faq.hdr
parent3788f462b401e9661c5dd478817c01519e910844 (diff)
New documentation UI, including tutorial.
Diffstat (limited to 'doc_src/faq.hdr')
-rw-r--r--doc_src/faq.hdr15
1 files changed, 13 insertions, 2 deletions
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 <div class="fish_left_bar fish_left_big"> \endhtmlonly
+
- <a href='#faq-envvar'>How do I set or clear an environment variable?</a>
- <a href='#faq-login-cmd'>How do I run a command every login? What's fish's equivalent to <tt>.bashrc</tt>?</a>
- <a href='#faq-prompt'>How do I set my prompt?</a>
@@ -18,7 +20,12 @@
- <a href='#faq-history'>Why doesn't history substitution ("!$" etc.) work?</a>
- <a href='#faq-uninstalling'>How do I uninstall fish?</a>
-<hr>
+\htmlonly
+</div>
+<div class="fish_right_bar fish_right_little">
+<h1 class="interior_title">Frequently Asked Questions</h1>
+
+\endhtmlonly
\section faq-envvar How do I set or clear an environment variable?
@@ -29,7 +36,7 @@ set -e key</pre>
<hr>
-\section faq-login-cmd How do I run a command every login? What's fish's equivalent to <tt>.bashrc</tt>?
+\section faq-login-cmd How do I run a command every login? What's fish's equivalent to .bashrc?
Edit the file <tt>~/.config/fish/config.fish</tt>, creating it if it does not
exist. (Note the leading period.)
@@ -263,3 +270,7 @@ rm -f fish mimedb fish_pager fishd fish_indent
</pre>
*/
+
+\htmlonly
+</div>
+\endhtmlonly