]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - readline/readline.sh
docbook2X: New package.
[people/ms/ipfire-3.x.git] / readline / readline.sh
CommitLineData
71e32384
MT
1# Setup the INPUTRC environment variable.
2if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
3 INPUTRC=/etc/inputrc
4fi
5export INPUTRC