7 lines
149 B
PowerShell
7 lines
149 B
PowerShell
# Öffnet die winconfig in VSC
|
|
function edit {
|
|
Set-Location ~/.winconfig/
|
|
code .
|
|
|
|
}
|
|
Set-Alias -name install -value "~\.winconfig\install.ps1" |