Bump to 2.6.0 📦

pull/445/head
Jorge Bucaran 8 years ago
parent af54a12f82
commit 4ee6995c65
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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

Loading…
Cancel
Save