eth0s/ports/core/filesystem/readline.sh

6 lines
142 B
Bash
Raw Permalink Normal View History

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