Keep inputrc in default location (fix)
parent
fcb1469297
commit
4f0106ca03
1
.bashrc
1
.bashrc
|
@ -1,7 +1,6 @@
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
|
|
||||||
|
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue