Created
August 15, 2025 04:24
-
-
Save barrientosvctor/77cb390da620df558bf1e1d93c5db30c to your computer and use it in GitHub Desktop.
My PowerShell config file.
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
# PSReadLine | |
Set-PSReadLineOption -BellStyle None | |
# Fzf | |
Import-Module PSFzf | |
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+f' -PSReadlineChordReverseHistory 'Ctrl+r' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment