danhper / fundle

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

"Could not checkout revision", plugins don't work #53

Closed bandithedoge closed 3 years ago

bandithedoge commented 3 years ago

image

Whenever I run fundle update, I get this error. The plugins' functions work, but everything else doesn't. For example, I can run __fzf_search_current_dir but the Ctrl+F keybinding does nothing. Same with the auto pairs - they just don't work.

danhper commented 3 years ago

Hi @bandithedoge, thanks for the report. The code was wrongly assuming that all repos have a branch named master, so it was failing for repos using a main branch instead. I just fixed that and pushed a new version (0.7.1), please let me know if you run into any issue.

@jorgebucaran Cool stuff, I also installed it, thanks for that! https://github.com/jorgebucaran/autopair.fish