From 7fdb083c602a04645439f25dc6c3b10f49779685 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 17 Jun 2022 17:02:53 -0300 Subject: [PATCH] Display actual $__fish_config_dir in help --- functions/fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fisher.fish b/functions/fisher.fish index b65164a..93dd62f 100644 --- a/functions/fisher.fish +++ b/functions/fisher.fish @@ -16,7 +16,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish" 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" + echo " \$fisher_path Plugin installation path. Default: $__fish_config_dir" | string replace --regex -- $HOME \~ case ls list string match --entire --regex -- "$argv[2]" $_fisher_plugins case install update remove