switch to starhip

This commit is contained in:
2025-05-23 15:29:03 +02:00
parent 00c61fe4a1
commit 9c14f17cd8
2 changed files with 6 additions and 2 deletions

View File

@@ -58,8 +58,11 @@
fish = {
enable = true;
interactiveShellInit = ''
if type -q oh-my-posh
oh-my-posh init fish --config ~/.config/omp/config.yaml | source
# if type -q oh-my-posh
# oh-my-posh init fish --config ~/.config/omp/config.yaml | source
# end
if type -q starship
starship init fish | source
end
if type -q fnm
fnm env --use-on-cd | source