Skip to content

Instantly share code, notes, and snippets.

@kevinobee
Forked from shanselman/ohmyposhv3-v2.json
Created July 28, 2023 10:33
Show Gist options
  • Save kevinobee/99dbfe53a1a27f408e8f6ce41f61a67c to your computer and use it in GitHub Desktop.
Save kevinobee/99dbfe53a1a27f408e8f6ce41f61a67c to your computer and use it in GitHub Desktop.

Revisions

  1. @shanselman shanselman revised this gist Sep 1, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ohmyposhv3-v2.json
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,7 @@
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": {
    "display_status": true,
    "display_stash_count": true,
    "display_upstream_icon": true
    }
  2. @shanselman shanselman revised this gist Sep 1, 2021. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions ohmyposhv3-v2.json
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    {
    "type": "path",
    "style": "diamond",
    "powerline_symbol": "",
    "powerline_symbol": "",
    "invert_powerline": false,
    "foreground": "#ffffff",
    "background": "#ff479c",
    @@ -64,7 +64,7 @@
    },
    {
    "type": "exit",
    "style": "diamond",
    "style": "powerline",
    "powerline_symbol": "",
    "invert_powerline": false,
    "foreground": "#ffffff",
    @@ -76,7 +76,7 @@
    "color_background": true,
    "display_exit_code": false,
    "error_color": "#f1184c",
    "prefix": "\u003ctransparent\u003e\u003c/\u003e"
    "prefix": ""
    }
    }
    ]
  3. @shanselman shanselman created this gist Mar 9, 2021.
    85 changes: 85 additions & 0 deletions ohmyposhv3-v2.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,85 @@
    {
    "final_space": true,
    "console_title": true,
    "console_title_style": "folder",
    "blocks": [
    {
    "type": "prompt",
    "alignment": "left",
    "horizontal_offset": 0,
    "vertical_offset": 0,
    "segments": [
    {
    "type": "path",
    "style": "diamond",
    "powerline_symbol": "",
    "invert_powerline": false,
    "foreground": "#ffffff",
    "background": "#ff479c",
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": {
    "prefix": "",
    "style": "folder"
    }
    },
    {
    "type": "git",
    "style": "powerline",
    "powerline_symbol": "",
    "invert_powerline": false,
    "foreground": "#193549",
    "background": "#fffb38",
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": {
    "display_stash_count": true,
    "display_upstream_icon": true
    }
    },
    {
    "type": "dotnet",
    "style": "powerline",
    "powerline_symbol": "",
    "invert_powerline": false,
    "foreground": "#ffffff",
    "background": "#6CA35E",
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": {
    "display_version": true,
    "prefix": ""
    }
    },
    {
    "type": "root",
    "style": "powerline",
    "powerline_symbol": "",
    "invert_powerline": false,
    "foreground": "#ffffff",
    "background": "#ffff66",
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": null
    },
    {
    "type": "exit",
    "style": "diamond",
    "powerline_symbol": "",
    "invert_powerline": false,
    "foreground": "#ffffff",
    "background": "#2e9599",
    "leading_diamond": "",
    "trailing_diamond": "",
    "properties": {
    "always_enabled": true,
    "color_background": true,
    "display_exit_code": false,
    "error_color": "#f1184c",
    "prefix": "\u003ctransparent\u003e\u003c/\u003e"
    }
    }
    ]
    }
    ]
    }