modified: RdzeN-Profile.ps1

modified:   functions/Test-Profile.ps1
This commit is contained in:
Tomasz Kostrzewa 2024-03-05 19:05:00 +01:00
parent 9ff75d024a
commit bf9d2489eb

View File

@ -42,7 +42,7 @@ if (-not (Get-ChildItem $path_gitea_powershell_profile_functions).count -gt 0) {
# 3. dot source functions.
Get-ChildItem $path_gitea_powershell_profile_functions | ForEach-Object {
. $_.FullName
Import-Module $_.FullName
}
# 96. Update Profile Section: