[bugfix] Windows Terminal settings.json path
This commit is contained in:
parent
df88998b9b
commit
22cf417416
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user