Archived
1
0
Fork 0

fish: fix bug not allowing installation on clean box

This commit is contained in:
Casper V. Kristensen 2022-06-26 21:22:27 +02:00
parent 9b69fff9c7
commit 5dacf8bfb0

View file

@ -27,7 +27,7 @@ chsh -s /usr/bin/fish
# Plugins # Plugins
rm ~/.config/fish/functions/fish_prompt.fish # clean existing prompt for pure prompt rm -f ~/.config/fish/functions/fish_prompt.fish # clean existing prompt for pure prompt
cat <<EOF | fish cat <<EOF | fish
# Fish fzf # Fish fzf
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher