Skip to content

Instantly share code, notes, and snippets.

@WeltonThomasFerreira
Created September 20, 2022 13:27
Show Gist options
  • Save WeltonThomasFerreira/0fb0329bc287e15e2e82aa9922e84d51 to your computer and use it in GitHub Desktop.
Save WeltonThomasFerreira/0fb0329bc287e15e2e82aa9922e84d51 to your computer and use it in GitHub Desktop.
PowerShell 7 Profile
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\material.omp.json" | Invoke-Expression
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
Import-Module posh-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment