Skip to content

Instantly share code, notes, and snippets.

@prpdl
prpdl / Powershell_advanced.ps1
Created October 31, 2021 05:16
Powershell_advanced
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons
@prpdl
prpdl / windowsTerminalv1.0
Created October 30, 2021 11:49
Windows Terminal with Modified Ubuntu
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},