It adds the following line to the config.fish:
\n[ -s "/home/criss/.jabba/jabba.fish" ]; and source "/home/criss/.jabba/jabba.fish" (with a verbatim \n in the line)
After every line it will thus print the following error:
~/.config/fish/config.fish (line 8):
\n[ -s "/home/criss/.jabba/jabba.fish" ]; and source "/home/criss/.jabba/jabba.fish"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
from sourcing file ~/.config/fish/config.fish
The install script breaks for fish.
It adds the following line to the config.fish:
\n[ -s "/home/criss/.jabba/jabba.fish" ]; and source "/home/criss/.jabba/jabba.fish"
(with a verbatim\n
in the line)After every line it will thus print the following error: