From 0010dd19798bc7eba81636053ff1424e68446a61 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Tue, 5 Mar 2024 19:15:09 +0100 Subject: [PATCH] modified: RdzeN-Profile.ps1 --- RdzeN-Profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RdzeN-Profile.ps1 b/RdzeN-Profile.ps1 index 24b39ad..ced5280 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 { - Import-Module $_.FullName + . $_.FullName } # 96. Update Profile Section: