add starship

This commit is contained in:
2026-03-28 12:04:13 +01:00
parent 02691d4e42
commit 04353161a4
7 changed files with 385 additions and 8 deletions
@@ -9,4 +9,6 @@ end
# oh-my-posh
if test -f $HOME/.config/posh_theme.omp.json; and type -q oh-my-posh
eval (oh-my-posh init fish --config $HOME/.config/posh_theme.omp.json)
else if type -q starship
eval (starship init fish)
end