mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
parent
6b37ff0502
commit
72c0213d42
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue