From acf32dfe22a04dcf68ce951043836d3cb866881a Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 6 May 2016 00:54:44 +0900 Subject: [PATCH] Auto-complete only fisher install with ls-remote output if available. Close #256. --- fisher.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index 2c60869..239a929 100644 --- a/fisher.fish +++ b/fisher.fish @@ -332,7 +332,6 @@ function fisher complete -xc fisher -n "__fish_seen_subcommand_from l ls list u up update r rm remove uninstall" -a "$name" -d "$info" else complete -xc fisher -n "__fish_seen_subcommand_from i in install" -a "$name" -d "$info" - complete -xc fisher -n "not __fish_seen_subcommand_from u up update r rm remove uninstall l ls list ls-remote h help" -a "$name" -d "$info" end end