Use starship prompt if available

This commit is contained in:
2021-05-27 11:21:54 -07:00
parent 8790817641
commit 9d4ddd2914

View File

@@ -42,3 +42,8 @@ if test "$TERM" = "dumb"
function fish_greeting; end function fish_greeting; end
function fish_title; end function fish_title; end
end end
# Starship prompt
if which starship
starship init fish | source
end