Change Powershell tab-complete behavior to not expand relative paths to absolute ones
- by Herms
When I use tab completion in Powershell to complete a relative path Powershell converts it into an absolute one. While the absolute paths work it's getting kind of annoying (making my commands really long and making me reshift my focus when I autocomplete). Is there any way to change it to keep the relative paths when tab completing?