Update RdzeN-Profile.ps1

This commit is contained in:
najlepszytomasz 2024-03-06 18:23:53 +00:00
parent 35b2a96da9
commit 638e2aface

View File

@ -71,7 +71,7 @@ if ($git_tmp -match "(Your branch is up to date)") {
# 4. Load functions
$path_to_search = "$path_gitea_powershell_profile_functions"
Get-ChildItem $path_to_search | ForEach-Object {
. $_
. $_.FullName
}
# 5. List functions