diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 06:42:59 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 06:42:59 +0200 |
commit | 5285137fcbe827ed9b6bb6f16bbe5459f96bf1e4 (patch) | |
tree | 6ffdb175ce5ccbd5a01601ae746dd78cc6b96224 /.config/readline | |
parent | d1c0ea7b32470b5d5f985b4d34fb292e104481b1 (diff) |
readline: Add readline configuration
Diffstat (limited to '.config/readline')
-rw-r--r-- | .config/readline/inputrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc new file mode 100644 index 0000000..a1aee6a --- /dev/null +++ b/.config/readline/inputrc @@ -0,0 +1 @@ +"\C-l": clear-screen |