Files
winconfig/aliases.ps1
2022-12-15 16:36:57 +01:00

6 lines
91 B
PowerShell

# Öffnet die winconfig in VSC
function edit {
Set-Location ~/.winconfig/
code .
}