aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <glitchmr@myopera.com>2013-06-22 17:22:05 +0200
committerGravatar Konrad Borowski <glitchmr@myopera.com>2013-06-22 17:22:05 +0200
commit07b7a65b8691028e4cd8b25ec91629da6718fb5a (patch)
treed7be047708903989c454fb20f1c59b266ef2c513 /doc_src
parent7e7b50cd74afb5623cb38f52266f4484b38a969d (diff)
Update documentation for $fish_user_paths
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 762b8193..9b674479 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -973,7 +973,7 @@ certain environment variables.
- A large number of variable starting with the prefixes \c fish_color and \c fish_pager_color. See <a href='#variables-color'>Variables for changing highlighting colors</a> for more information.
- \c fish_greeting, the greeting message printed on startup.
- \c LANG, \c LC_ALL, \c LC_COLLATE, \c LC_CTYPE, \c LC_MESSAGES, \c LC_MONETARY, \c LC_NUMERIC and \c LC_TIME set the language option for the shell and subprograms. See the section <a href='#variables-locale'>Locale variables</a> for more information.
-- \c fish_user_paths, an array of directories that are appended to PATH. This can be a universal variable.
+- \c fish_user_paths, an array of directories that are prepended to PATH. This can be a universal variable.
- \c PATH, an array of directories in which to search for commands
- \c umask, the current file creation mask. The preferred way to change the umask variable is through the <a href="commands.html#umask">umask function</a>. An attempt to set umask to an invalid value will always fail.