jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.53k stars 257 forks source link

fix: remove conflicting files when plugins aren't indexed #774

Closed Adamekka closed 10 months ago

Adamekka commented 10 months ago

This is an annoying issue in fisher: When you move to a new PC, the fish_variables file which includes paths what files, and what plugin isn't present and fisher doesn't want to overwrite those unindexed files, my PR removes those conflicting files and then everything works

jorgebucaran commented 10 months ago

This setup exists because of https://github.com/jorgebucaran/fisher/issues/624, (see c8091b3dee86b669c03b9f457c72c6a2c8b1c485). If we merge this change, it'd be like undoing that. To resolve your issue, you can simply uninstall the conflicting plugin and then go ahead with your intended installation.