Core/bash/readline.sh

6 lines
143 B
Bash
Raw Normal View History

2024-09-07 23:18:11 +08:00
# Set up the INPUTRC environment variable.
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
INPUTRC=/etc/inputrc
fi
export INPUTRC