Skip to content

Instantly share code, notes, and snippets.

@barrientosvctor
Created August 15, 2025 04:24
Show Gist options
  • Save barrientosvctor/77cb390da620df558bf1e1d93c5db30c to your computer and use it in GitHub Desktop.
Save barrientosvctor/77cb390da620df558bf1e1d93c5db30c to your computer and use it in GitHub Desktop.
My PowerShell config file.
# 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