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