Move inputrc to 'XDG_CONFIG_HOME'

master
Hektor Misplon 2023-06-14 21:28:41 +02:00
parent 741ef20266
commit 47b036b046
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
source /etc/os-release
# Aliases {{{