eth0s/ports/filesystem/readline.sh

6 lines
142 B
Bash
Raw Normal View History

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