Created
November 5, 2021 06:02
-
-
Save modul8com/86513a9b01e7952b4f8ca56649dfd80c to your computer and use it in GitHub Desktop.
Powershell profile
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 --shell pwsh --config C:\projects\prompt\modul8com.omp.json | Invoke-Expression | |
Import-Module -Name Terminal-Icons | |
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