fish: load starship if available

This commit is contained in:
Romain Paquet 2026-03-25 10:17:50 +01:00
parent b6a398d649
commit e5ecd337d9

View file

@ -26,4 +26,8 @@ if status is-interactive
if type -q eza if type -q eza
alias ls=eza alias ls=eza
end end
if type -q starship
starship init fish | source
end
end end