Change Powershell tab-complete behavior to not expand relative paths to absolute ones

Posted by Herms on Super User See other posts from Super User or by Herms
Published on 2010-04-01T18:11:59Z Indexed on 2010/04/01 18:13 UTC
Read the original article Hit count: 363

Filed under:
|

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?

© Super User or respective owner

Related posts about powershell

Related posts about tab-complete