summaryrefslogtreecommitdiffstats
path: root/aaabasicfs/readline.sh
blob: 816d7c1022d132c6bdd6f4ec4228a0072b208b93 (plain)
1
2
3
4
5
# Setup the INPUTRC environment variable.
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
        INPUTRC=/etc/inputrc
fi
export INPUTRC