diff options
author | Cian Bagshaw <cian@cianb.xyz> | 2024-09-25 23:27:23 +0100 |
---|---|---|
committer | Cian Bagshaw <cian@cianb.xyz> | 2024-09-25 23:27:23 +0100 |
commit | 554ae71136359fa1b5c8b26af9a5a99dd748618f (patch) | |
tree | 714fce06f41c631dbf16d120d6ce4df2037dbb0c /.profile | |
parent | cd16a5154761b3c065de7e0c3a82730ee1a025b6 (diff) | |
download | dotFiles-master.tar.bz2 dotFiles-master.zip |
Buffered line input using GNU Readline is now configured globally.
Also, fixed Python Shell Readline history, so it is available for the current
session, though still not saved after that.
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ export XDG_STATE_HOME="$HOME/.local/state" | |||
22 | export XDG_RUNTIME_DIR="/run/user/$UID" | 22 | export XDG_RUNTIME_DIR="/run/user/$UID" |
23 | 23 | ||
24 | # config file locations | 24 | # config file locations |
25 | export INPUTRC="$XDG_CONFIG_HOME/readline" | ||
25 | export VIMINIT="source $XDG_CONFIG_HOME/vim" | 26 | export VIMINIT="source $XDG_CONFIG_HOME/vim" |
26 | export XINITRC="$XDG_CONFIG_HOME/x11" | 27 | export XINITRC="$XDG_CONFIG_HOME/x11" |
27 | export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch" | 28 | export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch" |