From 69f7db05b6db31eb080e446b54359a0519a1c9c9 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 27 May 2021 11:23:13 -0700 Subject: [PATCH] Fix printing of starship path on shell launch --- fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/config.fish b/fish/config.fish index da73ee1..610e5a8 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -44,6 +44,6 @@ if test "$TERM" = "dumb" end # Starship prompt -if which starship +if which starship &> /dev/null starship init fish | source end