Skip to content

Commit

Permalink
chore: 🚸 update startup prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 1, 2024
1 parent 64093f4 commit ec2472d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if ( Test-Path "$HOME\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8
$Global:OX_ELEMENT.wt = "$HOME\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json"
$Global:OX_OXIDE.bkwt = "$env:OX_BACKUP\terminal\windows-terminal.jsonc"
}
else{
else {
if ( !(Test-Path "$HOME\.wezterm.lua") ) {
$Global:OX_ELEMENT.wz = "$HOME\.wezterm.lua"
New-Item -Path $Global:OX_ELEMENT.wz -ItemType File
Expand Down

0 comments on commit ec2472d

Please sign in to comment.