Update starship config
This commit is contained in:
parent
444f4f3a9b
commit
7ca53faffe
1 changed files with 18 additions and 1 deletions
|
|
@ -123,10 +123,27 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
# custom settings
|
# custom settings
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = true;
|
||||||
aws.disabled = true;
|
aws.disabled = true;
|
||||||
gcloud.disabled = true;
|
gcloud.disabled = true;
|
||||||
line_break.disabled = true;
|
line_break.disabled = true;
|
||||||
|
character = {
|
||||||
|
success_symbol = "[➜](green)";
|
||||||
|
error_symbol = "[➜](bold red)";
|
||||||
|
};
|
||||||
|
username = {
|
||||||
|
disabled = false;
|
||||||
|
show_always = true;
|
||||||
|
style_user = "green";
|
||||||
|
};
|
||||||
|
hostname = {
|
||||||
|
ssh_only = true;
|
||||||
|
format = "[$ssh_symbol](bold blue)[$hostname](red) ";
|
||||||
|
disabled = false;
|
||||||
|
};
|
||||||
|
directory = {
|
||||||
|
style = "blue";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue