update yazi's themes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user