PowerShell-Profile/functions/Reload-Profile.ps1
2024-05-01 14:12:54 +02:00

5 lines
78 B
PowerShell

# gitea.RdzeN.net
# Reload $profile
function Reload-Profile {
. $PROFILE
}