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