Bump to 2.6.0 📦

This commit is contained in:
Jorge Bucaran 2016-05-06 01:22:12 +09:00
parent af54a12f82
commit 4ee6995c65
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,5 +1,5 @@
function fisher
set -g fisher_version "2.5.0"
set -g fisher_version "2.6.0"
set -g fisher_spinners ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
function __fisher_show_spinner
@ -1675,7 +1675,7 @@ function __fisher_completions_write
# complete -xc fisher -n "__fish_use_subcommand" -a update -d "Update fisherman and plugins"
# complete -xc fisher -n "__fish_use_subcommand" -a rm -d "Remove plugins"
# complete -xc fisher -n "__fish_use_subcommand" -a ls -d "List what's installed"
# complete -xc fisher -n "__fish_use_subcommand" -a ls-remote -d "List what can be installed"
# complete -xc fisher -n "__fish_use_subcommand" -a ls-remote -d "List everything available"
# complete -xc fisher -n "__fish_use_subcommand" -a help -d "Show help"
end