Escape "$file" in the warning message. (#390)

Fix https://github.com/fisherman/fisherman/issues/389
This commit is contained in:
Yuji Yamamoto 2017-06-22 13:40:40 +09:00 committed by Jorge Bucaran
parent 152c9d2089
commit d2db994023

View file

@ -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&
"