Fix printing of starship path on shell launch

This commit is contained in:
2021-05-27 11:23:13 -07:00
parent 9d4ddd2914
commit 69f7db05b6

View File

@@ -44,6 +44,6 @@ if test "$TERM" = "dumb"
end
# Starship prompt
if which starship
if which starship &> /dev/null
starship init fish | source
end