Skip to content

Instantly share code, notes, and snippets.

@mattchenderson
Created March 31, 2021 21:42
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 mattchenderson/14600ac5d807983243bad60312f9cbee to your computer and use it in GitHub Desktop.
Save mattchenderson/14600ac5d807983243bad60312f9cbee to your computer and use it in GitHub Desktop.
oh-my-posh theme for Azure Functions fun
{
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"prefix": "",
"text": "\ue0b3\u26a1\ue0b1"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"style": "short",
"prefix": ""
}
},
{
"type": "git",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true,
"prefix": ""
}
},
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"text": "\uE0B1",
"prefix": "",
"postfix": ""
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment