From ed53d83627ac3aa960dd85e9f478075d90d8dece Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 30 May 2024 02:14:02 +0200 Subject: Testing --- .config/powershell/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index b90386a..88df884 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -262,7 +262,7 @@ New-ItemProperty -Path HKLM:Software\Microsoft\Windows\CurrentVersion\policies\s $UserMyDocumentsPath = [Environment]::GetFolderPath('MyDocuments') $PowerShellProfileDirectory = "$UserMyDocumentsPath\PowerShell" -#$PowerShellLegacySymlink = "$UserMyDocumentsPath\WindowsPowerShell" +$PowerShellLegacySymlink = "$UserMyDocumentsPath\WindowsPowerShell" $WindowsTerminalSettingsDirectory = "$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState" $PowerShellProfileTemplate = "$PSScriptRoot\$USERNAME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1" -- cgit v1.2.3