Skip to content

Instantly share code, notes, and snippets.

@RaRaRatchet
Last active December 6, 2022 17:57
Show Gist options
  • Select an option

  • Save RaRaRatchet/04546ac68350df1c6116b69e7172f384 to your computer and use it in GitHub Desktop.

Select an option

Save RaRaRatchet/04546ac68350df1c6116b69e7172f384 to your computer and use it in GitHub Desktop.
[Powershell Modules - Installation and Configuration] Modules and Module Configurations for Powershell #PS #Modules
Set-PSReadLineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward
Set-PSReadLineOption -Colors @{emphasis = '#ff0000'; inlinePrediction = 'magenta'}
Set-PSReadLineOption -HistoryNoDuplicates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment