Eigene Dateien für Funktionen und Aliase.

This commit is contained in:
2022-12-13 20:01:46 +01:00
parent 6ef91214f1
commit ba202cf3eb
4 changed files with 155 additions and 0 deletions

3
profile.ps1 Normal file
View File

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