41660cabf4
This allows "ls /sys<TAB>" to complete to "/system/" rather than "/system". It restores the behavior as it was before we outsourced bash.
15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
# readline input configuration
|
|
|
|
"\e[5~": history-search-backward
|
|
"\e[6~": history-search-forward
|
|
"\e[3~": delete-char
|
|
"\eO5D": backward-word
|
|
"\eO5C": forward-word
|
|
|
|
# UTF-8 support
|
|
set meta-flag on
|
|
set output-meta on
|
|
set convert-meta off
|
|
|
|
set mark-symlinked-directories On
|