From b5829f71ed245ec836108885cc6980c3fa319e1c Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 24 Feb 2025 11:36:22 -0600 Subject: [PATCH] Fixed if statement...fish requires 'end' and not 'fi' at end. --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ec14f77..f781454 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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