Skip to content

Instantly share code, notes, and snippets.

@adam4813
Created December 23, 2021 19:18
Show Gist options
  • Save adam4813/2acc59492f14158e77a0fd6be784c6e9 to your computer and use it in GitHub Desktop.
Save adam4813/2acc59492f14158e77a0fd6be784c6e9 to your computer and use it in GitHub Desktop.
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