Created
May 16, 2023 07:33
-
-
Save pirey/a482cd9cafeb11c5876e9288002f1f0d to your computer and use it in GitHub Desktop.
powershell goodies
This file contains 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
# nvim $profile - to edit the file | |
Import-Module PSFZF # enable fzf keybinding | |
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete # enable autocomplete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment