Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/montys.omp.json" | Invoke-Expression

Import-Module -Name Terminal-Icons Import-Module -Name PSReadLine

Set-PSReadLineOption -PredictionSource History Set-PSReadLineOption -PredictionViewStyle ListView Set-PSReadLineOption -EditMode Windows -RequiredVersion 2.2.X