We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e74bd commit b3c5336Copy full SHA for b3c5336
functions/fisher.fish
@@ -72,13 +72,13 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
72
set --local fetch_plugins $update_plugins $install_plugins
73
echo (set_color --bold)fisher $cmd version $fisher_version(set_color normal)
74
75
- for plugin in $fetch_plugins
+ fish_path=(status fish-path) for plugin in $fetch_plugins
76
set --local source (command mktemp -d)
77
set --append source_plugins $source
78
79
command mkdir -p $source/{completions,conf.d,functions}
80
81
- fish --command "
+ $fish_path --command "
82
if test -e $plugin
83
command cp -Rf $plugin/* $source
84
else
0 commit comments