test
This commit is contained in:
parent
b4ab8e674c
commit
229624cb24
1 changed files with 3 additions and 18 deletions
|
@ -23,26 +23,11 @@ in
|
||||||
"[](fg:${yellowColor} bg:${blueColor})"
|
"[](fg:${yellowColor} bg:${blueColor})"
|
||||||
"$git_branch"
|
"$git_branch"
|
||||||
"$git_status"
|
"$git_status"
|
||||||
"[ ](fg:${blueColor})"
|
"[](fg:${blueColor})"
|
||||||
# "[](fg:${blueColor} bg:#86BBD8)"
|
|
||||||
# "$c"
|
|
||||||
# "$elixir"
|
|
||||||
# "$elm"
|
|
||||||
# "$golang"
|
|
||||||
# "$gradle"
|
|
||||||
# "$haskell"
|
|
||||||
# "$java"
|
|
||||||
# "$julia"
|
|
||||||
# "$nodejs"
|
|
||||||
# "$nim"
|
|
||||||
"$rust"
|
"$rust"
|
||||||
# "$scala"
|
|
||||||
# "[](fg:#86BBD8 bg:#06969A)"
|
|
||||||
"$docker_context"
|
"$docker_context"
|
||||||
"$status"
|
"$status"
|
||||||
# "[](fg:#06969A bg:#33658A)"
|
"[](fg:${redColor})"
|
||||||
# "$time"
|
|
||||||
# "[ ](fg:#33658A)"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
username = {
|
username = {
|
||||||
|
@ -91,7 +76,7 @@ in
|
||||||
|
|
||||||
status = {
|
status = {
|
||||||
style = "fg:${whiteColor} bg:${redColor}";
|
style = "fg:${whiteColor} bg:${redColor}";
|
||||||
format = "[$symbol$status]($style)";
|
format = "[$status]($style)";
|
||||||
disabled = false;
|
disabled = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue