Typ korrigiert. -e für winget list

This commit is contained in:
2022-12-31 14:45:49 +01:00
parent 67a54af950
commit 0907a27f2f
2 changed files with 16 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Lädt Funktionen aus der Ffunctions.ps1
# Lädt Funktionen aus der functions.ps1
Get-ChildItem ~/.winconfig/functions.ps1 | %{. $_ } | out-null
Get-ChildItem ~/.winconfig/aliases.ps1 | %{. $_ } | out-null