[feature] add oh-my-posh
This commit is contained in:
parent
1f62fdc617
commit
36b7f62561
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user