mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 16:01:15 -03:00
Remove special "default" value for $fish_history
This is really of very little use and makes checking $fish_history harder because it makes two values mean the same thing. Fixes #7650
This commit is contained in:
@@ -1208,7 +1208,7 @@ You can change the settings of fish by changing the values of certain variables.
|
||||
|
||||
- ``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. If set to an
|
||||
variable. If unset, 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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user