Update starship config

This commit is contained in:
Alexander Wainwright
2025-06-21 10:23:33 +10:00
parent 444f4f3a9b
commit 7ca53faffe

View File

@@ -123,10 +123,27 @@
enable = true;
# custom settings
settings = {
add_newline = false;
add_newline = true;
aws.disabled = true;
gcloud.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";
};
};
};