Files
bpfire/config/profile.d/readline.sh
2007-01-25 19:04:11 +00:00

6 lines
142 B
Bash

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