Move inputrc to 'XDG_CONFIG_HOME'
parent
741ef20266
commit
47b036b046
2
.bashrc
2
.bashrc
|
@ -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 {{{
|
||||
|
|
Loading…
Reference in New Issue