diff --git a/README.md b/README.md index 52f49e1..26efe46 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,20 @@ -[![Build Status][travis-badge]][travis-link] -[![Fisherman Version][version-badge]][version-link] -[![Slack Room][slack-badge]][slack-link] - - -

-
-
+[![play]][play-link] +



Fisherman

-

- -[![play]][play-link] +
+ +[![Build Status][travis-badge]][travis-link] +[![Fisherman Version][version-badge]][version-link] +[![Slack Room][slack-badge]][slack-link] ## Install @@ -247,7 +243,7 @@ git push origin master [slack-link]: https://fisherman-wharf.herokuapp.com/ [slack-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00B9FF.svg?style=flat-square -[play]: https://cloud.githubusercontent.com/assets/8317250/13458315/dfcac4b4-e0af-11e5-8ee5-df31d1cdf409.png +[play]: https://cloud.githubusercontent.com/assets/8317250/14401577/14411b12-fe51-11e5-8d5a-bb054edfc2d4.png [play-link]: http://fisherman.sh/#demo [Get Started]: https://github.com/fisherman/fisherman/wiki diff --git a/functions/__fisher_plugin_walk.fish b/functions/__fisher_plugin_walk.fish index aee5b2e..b6bd661 100644 --- a/functions/__fisher_plugin_walk.fish +++ b/functions/__fisher_plugin_walk.fish @@ -5,6 +5,10 @@ function __fisher_plugin_walk -a plugin path set -l name (basename $file .fish) set -l base $name.fish + if test "$name" = "getopts" + continue # See #191 + end + debug "file %s" $file switch $file