summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-25 09:38:44 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-25 09:38:44 +0200
commitf7a326eb57ba8c1a0886dbb3fc5bf8bc39abe2ed (patch)
tree79fb264c40f7a6f1c2b6dac3d53ae2a6bd2558ba /dotfiles
parent0b44d2af973250008f477dd1834e06df9d1fc2a1 (diff)
Add inputrc.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/inputrc4
-rw-r--r--dotfiles/profile2
2 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/inputrc b/dotfiles/inputrc
new file mode 100644
index 0000000..69d99cc
--- /dev/null
+++ b/dotfiles/inputrc
@@ -0,0 +1,4 @@
+set bell-style none
+
+set colored-completion-prefix on
+set colored-stats on
diff --git a/dotfiles/profile b/dotfiles/profile
index 7921b92..3885e0a 100644
--- a/dotfiles/profile
+++ b/dotfiles/profile
@@ -9,6 +9,8 @@ export PYTHONDONTWRITEBYTECODE=1
export EDITOR=vim
export VISUAL=$EDITOR
+export INPUTRC=${HOME}/.config/inputrc
+
## put XDG_RUNTIME_DIR crap under .cache
## not the optimal solution, but should be
## good enough in practice