PowerShell-Profile/functions/Reload-Profile.ps1
Tomasz Kostrzewa 2c28c05a0d new file: RdzeN-Profile.ps1
new file:   functions/New-SimulateTyping.ps1
	new file:   functions/Reload-Profile.ps1
2024-03-05 18:24:19 +01:00

6 lines
137 B
PowerShell

# gitea.RdzeN.net
# Reload $profile
function Reload-Profile {
. $PROFILE
}
New-SimulateTyping "Your PowerShell profile was reloaded!"