mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add a note to the documentation about fish_user_paths
This commit is contained in:
parent
aaa0c25ff7
commit
d3e9183303
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,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.
|
- 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, which is the greeting message printed on startup.
|
- \c fish_greeting, which is 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 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, which is an array of directories that are appended to PATH. This can be a universal variable.
|
||||||
- \c PATH, which is an array of directories in which to search for commands
|
- \c PATH, which is an array of directories in which to search for commands
|
||||||
- \c umask, which is the current file creation mask. The preferred way to change the umask variable is through the <a href="commands.html#umask">umask shellscript function</a>. An attempt to set umask to an invalid value will always fail.
|
- \c umask, which is the current file creation mask. The preferred way to change the umask variable is through the <a href="commands.html#umask">umask shellscript function</a>. An attempt to set umask to an invalid value will always fail.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue