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 = {
|
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
|
||||||
|
@@ -31,6 +31,7 @@ with pkgs;
|
|||||||
uutils-coreutils-noprefix
|
uutils-coreutils-noprefix
|
||||||
dust
|
dust
|
||||||
yazi
|
yazi
|
||||||
|
starship
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
devenv
|
devenv
|
||||||
|
Reference in New Issue
Block a user