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 = { fish = {
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
if type -q oh-my-posh # if type -q oh-my-posh
oh-my-posh init fish --config ~/.config/omp/config.yaml | source # oh-my-posh init fish --config ~/.config/omp/config.yaml | source
# end
if type -q starship
starship init fish | source
end end
if type -q fnm if type -q fnm
fnm env --use-on-cd | source fnm env --use-on-cd | source

View File

@@ -31,6 +31,7 @@ with pkgs;
uutils-coreutils-noprefix uutils-coreutils-noprefix
dust dust
yazi yazi
starship
# Dev # Dev
devenv devenv