kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
787 stars 34 forks source link

Tab Expansion Error on different drive #66

Closed doongjohn closed 3 years ago

doongjohn commented 3 years ago

$PROFILE

Set-PSReadLineKeyHandler -Key Tab -ScriptBlock { Invoke-FzfTabCompletion }

Tab Expansion on C drive

image

Tab Expansion on D drive

image

$error

image

kelleyma49 commented 3 years ago

should be fixed in https://www.powershellgallery.com/packages/PSFzf/2.2.2