summaryrefslogtreecommitdiff
path: root/dotfiles/profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/profile')
-rw-r--r--dotfiles/profile2
1 files changed, 2 insertions, 0 deletions
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