Files
fish-shell/src/reader
Johannes Altmanninger a31768bf9e history: remove code for migrating from ~/.config/fish/fish_history
Commit 2971887bbd (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 commit b13f0701a4 (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 in 77aeb6a2a8 (Port
execution, 2023-10-08).
2026-06-09 22:24:07 +09:00
..