diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-05-30 02:14:02 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-05-30 02:14:02 +0200 |
| commit | ed53d83627ac3aa960dd85e9f478075d90d8dece (patch) | |
| tree | c02c7fe366022604263fbf955c3bdc70f13c71ac /.config/powershell/bootstrap.ps1 | |
| parent | 8dfa58d46e9f7b8c31398f5b73ad8fb506f85eed (diff) | |
| download | dotfiles-ed53d83627ac3aa960dd85e9f478075d90d8dece.tar.gz dotfiles-ed53d83627ac3aa960dd85e9f478075d90d8dece.zip | |
Testing
Diffstat (limited to '.config/powershell/bootstrap.ps1')
| -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" |
