mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
docs: Document $hostname
Fixes #5469.
[ci skip]
(cherry picked from commit 72c0213d42)
This commit is contained in:
committed by
David Adam
parent
8ff8124765
commit
3855608c69
@@ -931,6 +931,8 @@ The user can change the settings of `fish` by changing the values of certain var
|
||||
|
||||
- `HOME`, the user's home directory. This variable can be changed by the user.
|
||||
|
||||
- `hostname`, the machine's hostname.
|
||||
|
||||
- `IFS`, the internal field separator that is used for word splitting with the <a href="commands.html#read">read builtin</a>. Setting this to the empty string will also disable line splitting in <a href="#expand-command-substitution">command substitution</a>. This variable can be changed by the user.
|
||||
|
||||
- `PWD`, the current working directory.
|
||||
|
||||
Reference in New Issue
Block a user