diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 17:25:40 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-14 17:25:40 +0200 |
commit | 739dfb36d44a640ca916a2df184662fb94e823a1 (patch) | |
tree | c23ade4ce45e98187ebae785029e7c91b91a2bbb | |
parent | get rid of multi-`source`ing protection (diff) | |
download | linux-home-739dfb36d44a640ca916a2df184662fb94e823a1.tar.gz linux-home-739dfb36d44a640ca916a2df184662fb94e823a1.zip |
.inputrc: detect bash
-rw-r--r-- | .inputrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ #set convert-meta off #set input-meta on #set output-meta on -#$if Bash +$if Bash # Don't ring bell on completion set bell-style none @@ -73,4 +73,4 @@ #Space: magic-space TAB: menu-complete -#$endif +$endif |