Update RdzeN-Profile.ps1
This commit is contained in:
parent
35b2a96da9
commit
638e2aface
@ -71,7 +71,7 @@ if ($git_tmp -match "(Your branch is up to date)") {
|
|||||||
# 4. Load functions
|
# 4. Load functions
|
||||||
$path_to_search = "$path_gitea_powershell_profile_functions"
|
$path_to_search = "$path_gitea_powershell_profile_functions"
|
||||||
Get-ChildItem $path_to_search | ForEach-Object {
|
Get-ChildItem $path_to_search | ForEach-Object {
|
||||||
. $_
|
. $_.FullName
|
||||||
}
|
}
|
||||||
|
|
||||||
# 5. List functions
|
# 5. List functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user