update yazi's themes

This commit is contained in:
2026-03-29 11:24:50 +02:00
parent c5b4616cc4
commit 201d24347b
68 changed files with 1436 additions and 681 deletions
@@ -10,5 +10,9 @@ end
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
function starship_transient_prompt_func
starship module character
end
eval (starship init fish)
enable_transience
end