diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-04 20:09:02 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-04 20:09:02 +0200 |
commit | f6a6f953215422e94222aecbdfe0fb6fa225e57b (patch) | |
tree | 0b7c2510415588c9bd23dbd918821c67d2f25999 /.inputrc | |
parent | 0145eee4bcc58c354f090a0c9a55147ae83f87fe (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 |