diff --git a/RdzeN-Profile.ps1 b/RdzeN-Profile.ps1 index 449441f..b70c425 100644 --- a/RdzeN-Profile.ps1 +++ b/RdzeN-Profile.ps1 @@ -107,5 +107,8 @@ if ($compare_profile.sideindicator.count -gt 0) { Override-Profile } +# 98. Set lcoation to userprofile folder +Set-Location $env:USERPROFILE + # 99. Prompt profile loaded New-SimulateTyping "PowerShell User Profile is loaded" \ No newline at end of file