Ein paar Aliase hinzugefügt

This commit is contained in:
2022-12-15 16:36:57 +01:00
parent 7ad1a692f1
commit 7bab621f93
3 changed files with 11 additions and 3 deletions

View File

@@ -1 +1,6 @@
set-alias -name Update -value Update
# Öffnet die winconfig in VSC
function edit {
Set-Location ~/.winconfig/
code .
}