Skip to content

Commit 922aa36

Browse files
timdeluxeDennis Ploeger
authored andcommitted
fix: Updating fisher installation command
1 parent e85c473 commit 922aa36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feature/_fish/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ then
2020
rm -rf "${TEMPDIR}"
2121
fi
2222

23-
execHandle 'Installing fisher' curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
23+
execHandle 'Installing fisher' fish -c 'curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher'
2424

2525
execHandle 'Installing fish packages' fish -c "fisher install edc/bass evanlucas/fish-kubectl-completions FabioAntunes/fish-nvm jethrokuan/fzf matchai/spacefish jethrokuan/fzf"
2626
mkdir -p /home/cloudcontrol/.config/fish/conf.d &>/dev/null

0 commit comments

Comments
 (0)