Skip to content

Instantly share code, notes, and snippets.

View Blu3u's full-sized avatar

Sebastian Fitt Blu3u

  • Arcane Abstractions
  • Poland
  • 23:42 (UTC +02:00)
View GitHub Profile
@shanselman
shanselman / Microsoft.PowerShell_profile.ps1
Last active September 25, 2024 00:07
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