From 624ec6f08c3db395745c27af4cf90f2109978994 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Tue, 5 Mar 2024 21:43:12 +0100 Subject: [PATCH] modified: RdzeN-Profile.ps1 --- RdzeN-Profile.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/RdzeN-Profile.ps1 b/RdzeN-Profile.ps1 index 795be93..527ed22 100644 --- a/RdzeN-Profile.ps1 +++ b/RdzeN-Profile.ps1 @@ -40,12 +40,7 @@ if (-not (Get-ChildItem $path_gitea_powershell_profile_functions).count -gt 0) { } } -# 4. dot source functions. +# 3. dot source functions. Get-ChildItem $path_gitea_powershell_profile_functions | ForEach-Object { . $_.FullName } - -# 5. Test Profile -Test-Profile -# 6. Override Profile -Override-Profile