Skip to content

Instantly share code, notes, and snippets.

@papeMK2
Last active December 6, 2023 08:52
Show Gist options
  • Save papeMK2/9cf9daa7328b1bed3d544840a179526d to your computer and use it in GitHub Desktop.
Save papeMK2/9cf9daa7328b1bed3d544840a179526d to your computer and use it in GitHub Desktop.
My PowerShell Profile
# oh my posh
oh-my-posh init pwsh | Invoke-Expression
# Terminal icons
Import-Module -Name Terminal-Icons
# PSReadLine
Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
# posh-git
Import-Module posh-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment