aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-03-25 17:01:43 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-03-26 10:31:25 +0800
commitc10aab77da4d1c6f3de2e231e890db9767cfa91e (patch)
tree29fde3d899fd131ee9bbd26b672d7a0bbaa47914 /doc_src
parente17f6fb2dcdbc147cfdb4a55639ad784a927f2a6 (diff)
docs: move discussion of fishd file to universal variable section
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index cb6e3f71..7b261d23 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -633,6 +633,8 @@ Universal variables are variables that are shared between all the users fish ses
To see universal variables in action, start two fish sessions side by side, and issue the following command in one of them `set fish_color_cwd blue`. Since `fish_color_cwd` is a universal variable, the color of the current working directory listing in the prompt will instantly change to blue on both terminals.
+<a href="#variables-universal">Universal variables</a> are stored in the file `.config/fish/fishd.MACHINE_ID`, where MACHINE_ID is typically your MAC address. Do not edit this file directly, as your edits may be overwritten. Edit them through fish scripts or by using fish interactively instead.
+
\subsection variables-functions Variable scope for functions
@@ -1042,9 +1044,6 @@ end
\endfish
-<a href="#variables-universal">Universal variables</a> are stored in the file `.config/fish/fishd.MACHINE_ID`, where MACHINE_ID is typically your MAC address. Do not edit this file directly, as your edits may be overwritten. Edit them through fish scripts or by using fish interactively instead.
-
-
\section other Other features