Making eshell expand .. like bash

168 Views Asked by At

In bash, due to the layout of my keyboard, I often do cd ..<tab> to have it expand the trailing slash, however, eshell does not do this out of the box. How would I go about making it do this?

1

There are 1 best solutions below

0
On BEST ANSWER

That behavior is controlled by the variable eshell-cmpl-dir-ignore. Try

(setq eshell-cmpl-dir-ignore "\\`\\(CVS\\)/\\'")