Last active
December 6, 2022 17:57
-
-
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
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
| 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