modified: RdzeN-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 19:15:09 +01:00
parent ad3530e066
commit 0010dd1979

View File

@ -42,7 +42,7 @@ if (-not (Get-ChildItem $path_gitea_powershell_profile_functions).count -gt 0) {
# 3. dot source functions. # 3. dot source functions.
Get-ChildItem $path_gitea_powershell_profile_functions | ForEach-Object { Get-ChildItem $path_gitea_powershell_profile_functions | ForEach-Object {
Import-Module $_.FullName . $_.FullName
} }
# 96. Update Profile Section: # 96. Update Profile Section: