6 lines
91 B
PowerShell
6 lines
91 B
PowerShell
# Öffnet die winconfig in VSC
|
|
function edit {
|
|
Set-Location ~/.winconfig/
|
|
code .
|
|
|
|
} |