We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85c473 commit 922aa36Copy full SHA for 922aa36
1 file changed
feature/_fish/install.sh
@@ -20,7 +20,7 @@ then
20
rm -rf "${TEMPDIR}"
21
fi
22
23
-execHandle 'Installing fisher' curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
+execHandle 'Installing fisher' fish -c 'curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher'
24
25
execHandle 'Installing fish packages' fish -c "fisher install edc/bass evanlucas/fish-kubectl-completions FabioAntunes/fish-nvm jethrokuan/fzf matchai/spacefish jethrokuan/fzf"
26
mkdir -p /home/cloudcontrol/.config/fish/conf.d &>/dev/null
0 commit comments