mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 00:17:25 +00:00
docs: fish_history can be set to the empty string
This commit is contained in:
parent
b34b0cf1e3
commit
9adb3492f9
1 changed files with 3 additions and 1 deletions
|
@ -834,7 +834,9 @@ The user can change the settings of `fish` by changing the values of certain var
|
|||
|
||||
- `fish_history`, the current history session name. If set, all subsequent commands within an
|
||||
interactive fish session will be logged to a separate file identified by the value of the
|
||||
variable. If unset, or set to `default`, the default session name "fish" is used.
|
||||
variable. If unset, or set to `default`, the default session name "fish" is used. If set to an
|
||||
empty string, history is not saved to disk (but is still available within the interactive
|
||||
session).
|
||||
|
||||
- `fish_user_paths`, an array of directories that are prepended to `PATH`. This can be a universal variable.
|
||||
|
||||
|
|
Loading…
Reference in a new issue