Starship: don't add newline since it looks weird with transience
This commit is contained in:
parent
97407ea5eb
commit
39665e6c41
|
@ -4,7 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTransience = true;
|
enableTransience = true;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = true;
|
add_newline = false;
|
||||||
aws.symbol = " ";
|
aws.symbol = " ";
|
||||||
buf.symbol = " ";
|
buf.symbol = " ";
|
||||||
c.symbol = " ";
|
c.symbol = " ";
|
||||||
|
|
Loading…
Reference in a new issue