readline: enable mark-symlinked-directories

This allows "ls /sys<TAB>" to complete to "/system/" rather than
"/system". It restores the behavior as it was before we outsourced bash.
This commit is contained in:
Adrien Destugues 2014-10-19 12:14:08 +02:00
parent 89397bab16
commit 41660cabf4
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@
set meta-flag on
set output-meta on
set convert-meta off
set mark-symlinked-directories On