Last active
February 18, 2021 04:59
-
-
Save phil-scott-78/96f29ae7569e290218577830cc1bb2c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"final_space":true, | |
"osc99":false, | |
"console_title":false, | |
"console_title_style":"", | |
"console_title_template":"", | |
"blocks":[ | |
{ | |
"type":"prompt", | |
"alignment":"left", | |
"horizontal_offset":0, | |
"vertical_offset":0, | |
"segments":[ | |
{ | |
"type":"root", | |
"style":"plain", | |
"foreground":"yellow", | |
"properties":{ | |
"root_icon":"" | |
} | |
}, | |
{ | |
"type":"path", | |
"style":"diamond", | |
"powerline_symbol":"", | |
"invert_powerline":false, | |
"foreground":"#FFFFFF", | |
"foreground_templates":null, | |
"background":"magenta", | |
"background_templates":null, | |
"leading_diamond":"", | |
"trailing_diamond":"", | |
"properties":{ | |
"style":"mixed" | |
} | |
}, | |
{ | |
"type":"git", | |
"style":"powerline", | |
"powerline_symbol":"", | |
"invert_powerline":false, | |
"foreground":"black", | |
"foreground_templates":null, | |
"background":"lightGreen", | |
"background_templates":null, | |
"leading_diamond":"", | |
"trailing_diamond":"", | |
"properties":{ | |
"branch_icon":" ", | |
"branch_identical_icon":"≡", | |
"branch_ahead_icon":"↑", | |
"branch_behind_icon":"↓", | |
"branch_gone":"≢", | |
"local_working_icon":"", | |
"local_staged_icon":"", | |
"stash_count_icon":"" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment