new file: functions/New-SimulateTyping.ps1 new file: functions/Reload-Profile.ps1
6 lines
137 B
PowerShell
6 lines
137 B
PowerShell
# gitea.RdzeN.net
|
|
# Reload $profile
|
|
function Reload-Profile {
|
|
. $PROFILE
|
|
}
|
|
New-SimulateTyping "Your PowerShell profile was reloaded!" |