diff options
| -rw-r--r-- | .config/powershell/bootstrap.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
