fish: fix bug not allowing installation on clean box
This commit is contained in:
parent
9b69fff9c7
commit
5dacf8bfb0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ chsh -s /usr/bin/fish
|
|||
|
||||
|
||||
# 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
|
||||
# Fish fzf
|
||||
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
||||
|
|
Reference in a new issue