Skip to content

Commit e85c473

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

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 -f https://git.io/fisher --create-dirs -sLo /home/cloudcontrol/.config/fish/functions/fisher.fish
23+
execHandle 'Installing fisher' 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)