mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 13:51:16 -03:00
That seems suspect. It removes files starting with "# Autogenerated", but those files usually do not show up in ~/.config - they're in ~/.local/share. So let's be careful and not mess with the user's config. (I'm pretty sure that the previous commit re-enabled cleanup as the `~` was quoted before then) [ci skip]