projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
readline: move inputrc to $XDG_CONFIG_HOME/readline
[~bandali/configs]
/
.profile
diff --git
a/.profile
b/.profile
index
3d0b45c
..
3ceec12
100644
(file)
--- a/
.profile
+++ b/
.profile
@@
-1,3
+1,5
@@
+export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
+
export VISUAL="emacsclient -c"
export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"