From a986c03e830b031fcd94ecd0f8628eea1e26f104 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Wed, 6 Mar 2024 19:33:27 +0100 Subject: [PATCH] modified: RdzeN-Profile.ps1 --- RdzeN-Profile.ps1 | 3 +++ 1 file changed, 3 insertions(+) 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