Tweak starship
This commit is contained in:
@@ -123,7 +123,6 @@
|
||||
# starship - an customizable prompt for any shell
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
# custom settings
|
||||
settings = {
|
||||
add_newline = true;
|
||||
aws.disabled = true;
|
||||
@@ -139,12 +138,16 @@
|
||||
style_user = "green";
|
||||
};
|
||||
hostname = {
|
||||
ssh_only = true;
|
||||
ssh_only = false;
|
||||
format = "[$ssh_symbol](bold blue)[$hostname](red) ";
|
||||
disabled = false;
|
||||
};
|
||||
directory = {
|
||||
style = "blue";
|
||||
truncate_to_repo = false;
|
||||
};
|
||||
git_status = {
|
||||
style = "yellow";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user