Fixed if statement...fish requires 'end' and not 'fi' at end.

This commit is contained in:
Derek Taylor
2025-02-24 11:36:22 -06:00
parent 058c3a6435
commit b5829f71ed

View File

@@ -239,7 +239,7 @@ alias mocp="bash -c mocp"
# The 'if' statement prevents colorscript from showing in 'fzf' previews.
if status is-interactive
colorscript random
fi
end
### SETTING THE STARSHIP PROMPT ###
starship init fish | source