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 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.