You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although rare, it's possible one might end up typing fisher install foo/bar foo/bar, specially when using brace expansions or in scripts. Fisher should weed out duplicates. Right now, Fisher will fetch and install foo/bar twice, which is unnecessary.
The text was updated successfully, but these errors were encountered:
- Remove and install when updating instead of replacing files (#601)
- Updating shouldn't remove plugin if the host is unvailable (#602)
- Can't reliably update local plugins because of symlinks (#603)
- Filter duplicates in argv and fish_plugins (#604)
- Add support to install plugins from branch names with slashes (#588)
Although rare, it's possible one might end up typing
fisher install foo/bar foo/bar
, specially when using brace expansions or in scripts. Fisher should weed out duplicates. Right now, Fisher will fetch and installfoo/bar
twice, which is unnecessary.The text was updated successfully, but these errors were encountered: