Style Starship
This commit is contained in:
parent
0b448b64dd
commit
854e475083
@ -28,5 +28,22 @@
|
|||||||
# Configure starship
|
# Configure starship
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
settings = {
|
||||||
|
aws.style = "bold #D22B2B";
|
||||||
|
cmd_duration.style = "bold #98C379";
|
||||||
|
directory.style = "bold #D199A66";
|
||||||
|
hostname.style = "bold #61AFEF";
|
||||||
|
git_branch.style = "bold #C678DD";
|
||||||
|
git_status.style = "bold #61AFEF";
|
||||||
|
username = {
|
||||||
|
format = "[$user]($styule) on ";
|
||||||
|
style_user = "bold #56B6C2";
|
||||||
|
};
|
||||||
|
character = {
|
||||||
|
success_symbol = "[λ](bold #ABB2BF)";
|
||||||
|
error_symbol = "[λ](bold #D22B2B)";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user