refactor: change starship prompt
This commit is contained in:
parent
466697be14
commit
0539b63e83
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
# starship is a customisable prompt for any shell
|
# starship is a customisable prompt for any shell
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
|
format = "$character";
|
||||||
|
right_format = "$all";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue