modified: RdzeN-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 21:41:45 +01:00
parent 01b9d3455f
commit dfd4576e12

View File

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