summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
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