[bugfix] Windows Terminal settings.json path

This commit is contained in:
Klesh Wong 2021-02-26 17:12:15 +08:00
parent df88998b9b
commit 22cf417416

View File

@ -1,3 +1,3 @@
$dotfiles=(Get-Item $PSScriptRoot).Parent.FullName $dotfiles=(Get-Item $PSScriptRoot).Parent.FullName
New-Item -Force -ItemType SymbolicLink -Target $dotfiles\win\WindowsTerminal\settings.json -Path $Env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json New-Item -Force -ItemType SymbolicLink -Target $dotfiles\WindowsTerminal\settings.json -Path $Env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json