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
Improved README: Added links to screencasts and updated documentation.
Replaced fisher update --cache with fisher --cache | fisher update and fisher uninstall --all with fisher --cache | fisher uninstall.
Initialization/configuration files following the convention NAME.config.fish are no longer moved to $fisher_config/functions; instead, they are moved to $fisher_config/conf.d, and each *.config.fish is evaluated on startup as usual (#13).
Added fisher --cache[=BASE] option to retrieve contents in $fisher_cache, eliminating the flaky usage of find(1) (#11).
Generate information about plugins installed via custom URLs.
Changed --path-in-cache to --translate.
Fixed a bug with mktemp failing on some systems (#7).