Use starship prompt if available
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user