Created
September 20, 2022 13:27
-
-
Save WeltonThomasFerreira/0fb0329bc287e15e2e82aa9922e84d51 to your computer and use it in GitHub Desktop.
PowerShell 7 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 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