aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Adam Dymitruk <adymitruk@users.noreply.github.com>2016-02-21 22:41:28 -0800
committerGravatar Kurtis Rader <krader@skepticism.us>2016-02-22 13:36:35 -0800
commit2f52f073dae08fe85506cfa4fce00c6a8be08bc0 (patch)
treeee2d5e7fd8140e220b1dfbadf026e2ce595d93c3 /doc_src
parentc4cc9f9b8d951e381501adc568c7a7deb757bc3c (diff)
Update index.hdr.in
simple grammar correction
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 311138d9..9531876b 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -674,7 +674,7 @@ echo $pirate
\subsection variables-universal More on universal variables
-Universal variables are variables that are shared between all the users fish sessions on the computer. Fish stores many of its configuration options as universal variables. This means that in order to change fish settings, all you have to do is change the variable value once, and it will be automatically updated for all sessions, and preserved across computer reboots and login/logout.
+Universal variables are variables that are shared between all the users' fish sessions on the computer. Fish stores many of its configuration options as universal variables. This means that in order to change fish settings, all you have to do is change the variable value once, and it will be automatically updated for all sessions, and preserved across computer reboots and login/logout.
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.