Skip to content

Instantly share code, notes, and snippets.

View rodvial's full-sized avatar
🏠
Working from home

Rod rodvial

🏠
Working from home
View GitHub Profile
@rodvial
rodvial / Microsoft.PowerShell_profile.ps1
Last active February 25, 2022 07:30
This is based on oh-my-posh PowerShell 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