Skip to content

Instantly share code, notes, and snippets.

View JaroslavMitrovic's full-sized avatar
🎯
Focusing

Jaroslav Mitrovic JaroslavMitrovic

🎯
Focusing
View GitHub Profile
@shanselman
shanselman / Microsoft.PowerShell_profile.ps1
Last active September 15, 2024 18:40
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