From 9d4ddd29141b24a41a6e0be97cbdb6549228e035 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 27 May 2021 11:21:54 -0700 Subject: [PATCH] Use starship prompt if available --- fish/config.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index c999dae..da73ee1 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -42,3 +42,8 @@ if test "$TERM" = "dumb" function fish_greeting; end function fish_title; end end + +# Starship prompt +if which starship + starship init fish | source +end