From 4ee6995c656f197adf1e045110b6abe8e8a55b0f Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 6 May 2016 01:22:12 +0900 Subject: [PATCH] Bump to 2.6.0 :package: --- fisher.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fisher.fish b/fisher.fish index 239a929..598bd22 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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