* Allow for installation into non-standard locations
This is useful when installed via fisher, if the user has set up
$fisher_path to be something other than ~/.config/fish
* Use simpler regex
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
* Erase _tide_* "private" functions; close#42
If we don't erase _tide functions, they remain in the global scope.
This is problematic for functions that register event handlers as
they may fire even after Tide is uninstalled, e.g. _tide_quit. #42
* Fix uninstall bug
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>