Skip to content

Instantly share code, notes, and snippets.

@AjayKMehta
Last active October 19, 2020 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AjayKMehta/1b5324a485a9db6e7d326276ab5786cf to your computer and use it in GitHub Desktop.
Save AjayKMehta/1b5324a485a9db6e7d326276ab5786cf to your computer and use it in GitHub Desktop.
Updated for oh-my-posh 3.20.0
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffeb3b",
"background": "#bd0505",
"properties": {
"root_icon": "\u26A1"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#22a4d3",
"properties": {
"style": "agnoster"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#ffeb3b"
},
{
"type": "envvar",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "transparent",
"background": "#00897b",
"properties": {
"var_name": "POSH"
}
}
]
}
],
"end_space_enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment