mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
aec0973196
Using the FISH_HISTFILE variable will let people customise the session to use for the history file. The resulting history file is: `$XDG_DATA_HOME/fish/name_history` Where `name` is the name of the session. The default value is `fish` which results in the current history file. If it's set to an empty string, the history will not be stored to a file. Fixes #102
7 lines
215 B
Text
7 lines
215 B
Text
cmd1 found in default histfile
|
|
cmd2 found in my histfile
|
|
cmd2 not found in default histfile
|
|
cmd3 found in default histfile
|
|
cmd3 not found in my histfile
|
|
cmd4 found in env histfile
|
|
cmd4 not found in default histfile
|