Created
December 23, 2021 19:18
-
-
Save adam4813/2acc59492f14158e77a0fd6be784c6e9 to your computer and use it in GitHub Desktop.
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 | |
Set-PoshPrompt -Theme aliens | |
Import-Module npm-completion | |
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete | |
Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward | |
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward | |
Remove-PSReadlineKeyHandler 'Ctrl+r' | |
Remove-PSReadlineKeyHandler 'Ctrl+t' | |
Import-Module PSFzf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment