Skip to content

Instantly share code, notes, and snippets.

View zozobalogh0817's full-sized avatar
🏗️
Constructing the future

Zoltan Balogh zozobalogh0817

🏗️
Constructing the future
View GitHub Profile
@zozobalogh0817
zozobalogh0817 / basic-tools-profile.ps1
Last active November 11, 2021 12:12
Basic Profile for PowerShell 7
# Please see [Setup Readme](https://gist.github.com/zozobalogh0817/96ac43ef840dc83245a5ca7325f7ae0d) to get ready for usage
# Thanks for the original Code to https://gist.github.com/shanselman
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
@zozobalogh0817
zozobalogh0817 / basic-tools-profile.ps1
Created November 11, 2021 11:37
Basic Profile for PowerShell 7
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons