Skip to content

Instantly share code, notes, and snippets.

@thebaoster
thebaoster / Microsoft.PowerShell_profile.ps1
Created March 22, 2024 23:40 — forked from cetoh/Microsoft.PowerShell_profile.ps1
PowerShell Profile including Oh My Posh, Terminal Icons, PSReadLine IntelliSense, and z
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons