Compare commits

...

No commits in common. "0a274f58ba98d63baa92d738d7782888a6a6baaf" and "d78279735a4d811e73e94bb33f5b8ad1567fda00" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ in
catppuccin.starship.enable = true; catppuccin.starship.enable = true;
programs = { programs = {
fish.shellInit = " fish.shellInit = "
starship init fish | source starship init fish | source
"; ";
starship = { starship = {

View file

@ -36,5 +36,6 @@ in
}; };
}; };
}; };
}; };
} }