feat(fish)!: enable transient starship prompt
This commit is contained in:
parent
ae44ce2133
commit
659e719c47
2 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,6 @@ in
|
|||
|
||||
programs = {
|
||||
mtr.enable = true;
|
||||
starship.enable = true;
|
||||
command-not-found.enable = false;
|
||||
};
|
||||
|
||||
|
@ -207,6 +206,7 @@ in
|
|||
"--cmd c"
|
||||
];
|
||||
};
|
||||
starship.enable = true;
|
||||
};
|
||||
home = {
|
||||
username = "moritz";
|
||||
|
|
|
@ -114,6 +114,7 @@ in
|
|||
'';
|
||||
};
|
||||
};
|
||||
starship.enableTransience = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue