modified: RdzeN-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 21:56:17 +01:00
parent f224ea0a60
commit 7255f0ae26

View File

@ -51,5 +51,12 @@ for ($i = 0; $i -lt $functions.Count; $i++) {
Write-Host "$i)`t$(($functions[$i].Name).Replace('.ps1',''))" Write-Host "$i)`t$(($functions[$i].Name).Replace('.ps1',''))"
} }
# 97. Override profile
Override-Profile
# 98. Override profile
Reload-Profile
# 99. Prompt profil loaded # 99. Prompt profil loaded
New-SimulateTyping "PowerShell User Profile is loaded" New-SimulateTyping "PowerShell User Profile is loaded"