Fix printing of starship path on shell launch
This commit is contained in:
@@ -44,6 +44,6 @@ if test "$TERM" = "dumb"
|
||||
end
|
||||
|
||||
# Starship prompt
|
||||
if which starship
|
||||
if which starship &> /dev/null
|
||||
starship init fish | source
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user