-
-
Save ericlikedis/4603ccd89d65e2f1210f58e688374006 to your computer and use it in GitHub Desktop.
Revisions
-
shanselman revised this gist
Sep 1, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 } -
shanselman revised this gist
Sep 1, 2021 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ { "type": "path", "style": "diamond", "powerline_symbol": "", "invert_powerline": false, "foreground": "#ffffff", "background": "#ff479c", @@ -64,7 +64,7 @@ }, { "type": "exit", "style": "powerline", "powerline_symbol": "", "invert_powerline": false, "foreground": "#ffffff", @@ -76,7 +76,7 @@ "color_background": true, "display_exit_code": false, "error_color": "#f1184c", "prefix": " " } } ] -
shanselman created this gist
Mar 9, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 " } } ] } ] }