Skip to content

Instantly share code, notes, and snippets.

@anoopt
Last active April 12, 2022 10:16
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 anoopt/6e0e3fe5e9f2dcfe59bc6d6e0fc8dc52 to your computer and use it in GitHub Desktop.
Save anoopt/6e0e3fe5e9f2dcfe59bc6d6e0fc8dc52 to your computer and use it in GitHub Desktop.
SharePoint site info in oh-my-posh
{
"alignment": "left",
"segments": [
{
"type": "text",
"style": "diamond",
"leading_diamond": "\ue0b6",
"foreground": "#ffffff",
"background": "#cc3802",
"template": "{{ if .Env.PNPPSHOST }} \uf8c5 {{ .Env.PNPPSHOST }} {{ end }}"
},
{
"type": "text",
"style": "powerline",
"foreground": "#ffffff",
"background": "#047e84",
"powerline_symbol": "\ue0b0",
"template": "{{ if .Env.PNPPSSITE }} \uf672 {{ .Env.PNPPSSITE }}{{ end }}"
},
{
"type": "text",
"style": "diamond",
"trailing_diamond": "\ue0b4",
"foreground": "#ffffff",
"background": "#047e84",
"template": "{{ if .Env.PNPPSSITE }}\u00A0{{ end }}"
}
],
"type": "prompt"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment