-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Place history file in $XDG_STATE_HOME #923
Comments
|
Yus we can.. we hv to Provide the documentation on moving the history file to that location.. |
On a second thought maybe we shouldn't just shove it into a minor release. This would require some interaction from the users and should get a separate version. |
I doubt the inconvenience of the history file being in the The only way this would get implemented is if we either find a way to move the history file in a non-disruptive way, or if we need to restructure the history file in the future |
This could be done by checking for an existing file in |
fixed by #955 |
This was done in v4, along with overwritable history path. |
The history file is now by default in
$XDG_CACHE_HOME
(~/.cache/
). Which is a problem, because the cache folder is just for caching data. When I run BleachBit it deleted my history file :(The better approach would be to save the history file in
$XDG_DATA_HOME
(~/.local/share
) or even better in$XDG_STATE_HOME
(~/.local/state
) where also nvim, pipewire, tofi and others store history and logs.The text was updated successfully, but these errors were encountered: