From 210fb8c20200705aaa4838a2428e09c3f4fd4edf Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Thu, 22 Jun 2017 13:40:40 +0900 Subject: [PATCH] Escape "$file" in the warning message. (#390) Fix https://github.com/fisherman/fisherman/issues/389 --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index 7320dd1..73d3b8c 100644 --- a/fisher.fish +++ b/fisher.fish @@ -47,7 +47,7 @@ function $fisher_cmd_name -d "fish plugin manager" to your ~/.config/fish/config.fish: &for file in ~/.config/fish/conf.d/*.fish& - &source $file& + &source \$file& &end& "