From 1f080b04570250a62efff34821de7aa1fe9be676 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 28 Dec 2021 13:42:08 -0300 Subject: [PATCH] Improve fisher -h (#691) --- functions/fisher.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/fisher.fish b/functions/fisher.fish index a1fb6cf..8fe633f 100644 --- a/functions/fisher.fish +++ b/functions/fisher.fish @@ -15,6 +15,8 @@ function fisher --argument-names cmd --description "A plugin manager for Fish" echo "Options:" echo " -v or --version Print version" echo " -h or --help Print this help message" + echo "Variables:" + echo " \$fisher_path Plugin installation path. Default: ~/.config/fish" case ls list string match --entire --regex -- "$argv[2]" $_fisher_plugins case install update remove