5 lines
78 B
PowerShell
5 lines
78 B
PowerShell
# gitea.RdzeN.net
|
|
# Reload $profile
|
|
function Reload-Profile {
|
|
. $PROFILE
|
|
} |