diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-04 20:09:02 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-04 20:09:02 +0200 |
commit | 22cfac9078763b73fd30d6c4c76974647ed8f7d2 (patch) | |
tree | 0b7c2510415588c9bd23dbd918821c67d2f25999 /.inputrc | |
parent | 918cceac3cd8e1e6196e8383e5f0fefdfea6337a (diff) |
Added .inputrc (terminal autocomplete) and .xinitrc
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..236bfdd --- /dev/null +++ b/.inputrc @@ -0,0 +1 @@ +set completion-ignore-case on |