Skip to content

Instantly share code, notes, and snippets.

View namasyh's full-sized avatar

Aman Ganeju namasyh

View GitHub Profile
@namasyh
namasyh / ohmyposhv3-v2.json
Created January 3, 2022 08:40 — forked from shanselman/ohmyposhv3-v2.json
ohmyposhv3-v2
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons