mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
switch to starhip
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user