Add .gradle/gradle.properties
[cmccabe-etc] / .inputrc
1 #
2 # For some reason, jline reads this file, even though it's supposed to be used
3 # only by the readline library.  jline sometimes spews warnings like this when
4 # reading the file:
5 #
6 # ...
7 # [INFO] Unable to bind key for unsupported operation: backward-delete-word 
8 # ...
9 #
10 # After some googling, I that adding the following magic incantation would
11 # prevent this.  Reference:
12 # https://groups.google.com/forum/#!msg/simple-build-tool/ShikT6VAd_g/edoQUic4F44J
13 #
14 $if Bash
15    Space: magic-space
16 $endif