Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created August 12, 2022 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishanc/e5c5cee9f9eaec2de96d93780a730ac7 to your computer and use it in GitHub Desktop.
Save nishanc/e5c5cee9f9eaec2de96d93780a730ac7 to your computer and use it in GitHub Desktop.
oh-my-posh init pwsh --config "https://gist.github.com/nishanc/2a574ff608ac7c6164e31a2eaae7f483#file-nishan-posh-config-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