Windows: Remove file type from path completion

0

I've got an issue with my cmd environmental variables autocompletion (with TAB). For some reason, I'm getting suggestions for .dll .png and all other nonsense I don't care about. How do I exclude these file types? I'm not getting this kind of suggestions at 2nd PC, so I've most likely messed smth up.

PATHEXT system variable does not include those file extensions.

I'm using clink 0.4.8 and ConEmu 161206.

Peter

Posted 2017-03-28T09:29:13.297

Reputation: 1

this might be useful for you – Yaron – 2017-03-28T10:10:18.573

When you use clink Tab completion is done by clink exclusively. Try to disable clink. – Maximus – 2017-03-28T10:50:40.520

@Maximus Had clink for quite a while now and It didn't used to suggest dll's etc. 2nd pc also has clink and is working fine. – Peter – 2017-03-28T16:00:10.997

Tab completion is done by clink, that means the problem can be only in clink or its configuration. – Maximus – 2017-03-28T23:21:54.493

No answers