diff --git a/RdzeN-Profile.ps1 b/RdzeN-Profile.ps1 index ced5280..24b39ad 100644 --- a/RdzeN-Profile.ps1 +++ b/RdzeN-Profile.ps1 @@ -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: