modified: RdzeN-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 21:43:12 +01:00
parent dfd4576e12
commit 624ec6f08c

View File

@ -40,12 +40,7 @@ if (-not (Get-ChildItem $path_gitea_powershell_profile_functions).count -gt 0) {
} }
} }
# 4. dot source functions. # 3. dot source functions.
Get-ChildItem $path_gitea_powershell_profile_functions | ForEach-Object { Get-ChildItem $path_gitea_powershell_profile_functions | ForEach-Object {
. $_.FullName . $_.FullName
} }
# 5. Test Profile
Test-Profile
# 6. Override Profile
Override-Profile