danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

It's great, but I wanna know how to uninstall it. #26

Closed pwwang closed 8 years ago

pwwang commented 8 years ago

I searched around, but found no description about how to uninstall a fish plugin.

danhper commented 8 years ago

It's a single file, just remove it :smile:

danhper commented 8 years ago

Oh, sorry, do you mean you want to remove a single plugin, or fundle itself? If you want to remove a plugin, just remove

fundle plugin 'your-plugin'

from your setup and run fundle clean.

pwwang commented 8 years ago

@tuvistavie sorry, I meant fundle itself. Thanks.

danhper commented 8 years ago

In this case, just remove the file

rm ~/.config/fish/functions/fundle.fish

and don't forget to remove the fundle related parts from your fish setup!

hauleth commented 8 years ago

@tuvistavie maybe fundle implode method would be useful?