Skip to content

Instantly share code, notes, and snippets.

View JesseXia's full-sized avatar
💚
Focusing

xai JesseXia

💚
Focusing
  • New Zealand
  • 03:36 (UTC +12:00)
View GitHub Profile
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
@JesseXia
JesseXia / ohmyposhv3-v2.json
Created August 13, 2023 12:05 — 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,