Created
March 28, 2021 14:12
-
-
Save devmobasa/8037c999863328eb15a8872d6d2eba47 to your computer and use it in GitHub Desktop.
PowerShell Profile - https://codingblast.com/how-to-set-up-perfect-command-line-environment-on-windows/
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
| Import-Module posh-git | |
| Import-Module oh-my-posh | |
| Import-Module PSReadLine | |
| Set-PoshPrompt -Theme AgnosterPlus | |
| # Set-PoshPrompt -Theme jandedobbeleer | |
| Set-PSReadLineKeyHandler -Key Tab -Function Complete | |
| Set-PSReadlineOption -BellStyle None | |
| Set-PSReadLineOption -PredictionSource History |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment