mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
docs: fish_history can be set to the empty string
This commit is contained in:
parent
f9eb826d5b
commit
da2201d69a
1 changed files with 3 additions and 1 deletions
|
@ -829,7 +829,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