eth0s/ports/filesystem/readline.sh
2019-10-03 18:00:34 +08:00

5 lines
142 B
Bash
Executable file

# Setup the INPUTRC environment variable.
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
INPUTRC=/etc/inputrc
fi
export INPUTRC