[feature] add oh-my-posh

This commit is contained in:
Klesh Wong 2020-07-27 16:29:28 +08:00
parent 1f62fdc617
commit 36b7f62561

View File

@ -20,4 +20,7 @@ if (-not (Get-ScheduledTask -TaskName "Wubi No Shift")) {
-Argument "-NoProfile -WindowStyle Hidden -File $PSScriptRoot\wubi-no-shift.ps1"
$wubiTrigger = New-ScheduledTaskTrigger -AtLogOn
Register-ScheduledTask -Action $wubiAction -Trigger $wubiTrigger -TaskName "Wubi No Shift" -Description "Disable Shift key toggling CN/EN" -RunLevel Highest
}
}
Install-Module posh-git
Install-Module oh-my-posh