From bf9d2489eb98a3435e4b300ef37cb96a627dc9c0 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Tue, 5 Mar 2024 19:05:00 +0100 Subject: [PATCH] modified: RdzeN-Profile.ps1 modified: functions/Test-Profile.ps1 --- RdzeN-Profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: