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