4 lines
155 B
PowerShell
4 lines
155 B
PowerShell
# Lädt Funktionen aus der Ffunctions.ps1
|
|
Get-ChildItem ~/.winconfig/functions.ps1 | %{. $_ } | out-null
|
|
Get-ChildItem ~/.winconfig/aliases.ps1 | out-null
|