aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-14 17:25:40 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-14 17:25:40 +0200
commit739dfb36d44a640ca916a2df184662fb94e823a1 (patch)
treec23ade4ce45e98187ebae785029e7c91b91a2bbb
parentget rid of multi-`source`ing protection (diff)
downloadlinux-home-739dfb36d44a640ca916a2df184662fb94e823a1.tar.gz
linux-home-739dfb36d44a640ca916a2df184662fb94e823a1.zip
.inputrc: detect bash
Diffstat (limited to '')
-rw-r--r--.inputrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.inputrc b/.inputrc
index 7030b04..cd471e8 100644
--- a/.inputrc
+++ b/.inputrc
@@ -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