Created
July 14, 2022 19:55
-
-
Save richyk1/f8dd6f5c23a8f860718ee72f392704f9 to your computer and use it in GitHub Desktop.
My Powershell Config /w Oh My Posh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\atomicBit.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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment