Skip to content

Instantly share code, notes, and snippets.

@modul8com
Created November 5, 2021 06:02
Show Gist options
  • Save modul8com/86513a9b01e7952b4f8ca56649dfd80c to your computer and use it in GitHub Desktop.
Save modul8com/86513a9b01e7952b4f8ca56649dfd80c to your computer and use it in GitHub Desktop.
Powershell profile
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