modified: RdzeN-Profile.ps1
This commit is contained in:
parent
40bbb8e19f
commit
b290cde889
@ -40,14 +40,12 @@ if (-not (Get-ChildItem $path_gitea_powershell_profile_functions).count -gt 0) {
|
||||
}
|
||||
}
|
||||
|
||||
# 3. dot source functions.
|
||||
# 3. Test Profile
|
||||
Test-Profile
|
||||
# 4. Override Profile
|
||||
Override-Profile
|
||||
|
||||
# 99. dot source functions.
|
||||
Get-ChildItem $path_gitea_powershell_profile_functions | ForEach-Object {
|
||||
. $_.FullName
|
||||
}
|
||||
|
||||
# 4. Test Profile
|
||||
Test-Profile
|
||||
# 5. Override Profile
|
||||
Override-Profile
|
||||
# 6. Reload Profile
|
||||
Reload-Profile
|
||||
|
Loading…
x
Reference in New Issue
Block a user