diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-30 16:18:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-30 16:18:26 +0300 |
commit | cbadc22843035b7d9be0835d6aea7dcea120975b (patch) | |
tree | 9592c2adb1863ac1e6d8b6f5cf8f1ce6f05be23e /%HOME%/.inputrc | |
parent | spawn_ssh_agent: call on Ubuntu (diff) | |
download | linux-home-cbadc22843035b7d9be0835d6aea7dcea120975b.tar.gz linux-home-cbadc22843035b7d9be0835d6aea7dcea120975b.zip |
.inputrc: set show-all-if-unmodified on
Diffstat (limited to '%HOME%/.inputrc')
-rw-r--r-- | %HOME%/.inputrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.inputrc b/%HOME%/.inputrc index 8f74bc3..2f766ae 100644 --- a/%HOME%/.inputrc +++ b/%HOME%/.inputrc @@ -27,6 +27,7 @@ $if Bash #set bell-style none set bell-style visible set completion-ignore-case on + set show-all-if-unmodified on set show-all-if-ambiguous on set expand-tilde on set mark-directories on |