]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/profile.d/readline.sh
Merge branch 'master' of ssh://arne_f@ipfire.org/pub/git/ipfire-2.x
[people/pmueller/ipfire-2.x.git] / config / profile.d / 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