init starship on launch

This commit is contained in:
christoph.hollizeck 2024-03-27 14:23:25 +01:00 committed by Christoph Hollizeck
parent ba768687ae
commit fc257cfb03
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
9 changed files with 22 additions and 31 deletions

View file

@ -22,7 +22,10 @@ in {
programs = {
fish = {
enable = true;
shellInit = "zoxide init fish | source";
shellInit = "
zoxide init fish | source
starship init fish | source
";
shellAliases = {
vim = "nvim";
ls = "colorls --gs";