Tweak starship
This commit is contained in:
parent
a47e50db5c
commit
b45c970238
1 changed files with 5 additions and 2 deletions
|
|
@ -123,7 +123,6 @@
|
||||||
# starship - an customizable prompt for any shell
|
# starship - an customizable prompt for any shell
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# custom settings
|
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
aws.disabled = true;
|
aws.disabled = true;
|
||||||
|
|
@ -139,12 +138,16 @@
|
||||||
style_user = "green";
|
style_user = "green";
|
||||||
};
|
};
|
||||||
hostname = {
|
hostname = {
|
||||||
ssh_only = true;
|
ssh_only = false;
|
||||||
format = "[$ssh_symbol](bold blue)[$hostname](red) ";
|
format = "[$ssh_symbol](bold blue)[$hostname](red) ";
|
||||||
disabled = false;
|
disabled = false;
|
||||||
};
|
};
|
||||||
directory = {
|
directory = {
|
||||||
style = "blue";
|
style = "blue";
|
||||||
|
truncate_to_repo = false;
|
||||||
|
};
|
||||||
|
git_status = {
|
||||||
|
style = "yellow";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue