From c10aab77da4d1c6f3de2e231e890db9767cfa91e Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 25 Mar 2015 17:01:43 +0800 Subject: [PATCH] docs: move discussion of fishd file to universal variable section --- doc_src/index.hdr.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index cb6e3f71e..7b261d238 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. +Universal variables 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 -Universal variables 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