mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 13:01:15 -03:00
Commit2971887bbd(Access fish_history from $XDG_DATA_HOME, 2015-09-16) changed the history file path to ~/.local/share/fish/fish_history. Migration is done by commitb13f0701a4(Migrate fish_history from config to data dir, 2015-09-18). This should no longer be needed in practice. Remove it. FWIW, we used a similar-length grace period (10 years) when dropping support for history file format version 1 in77aeb6a2a8(Port execution, 2023-10-08).