]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame_incremental - config/profile.d/readline.sh
acpid: Forgot to commit config data.
[people/teissler/ipfire-2.x.git] / config / profile.d / readline.sh
... / ...
CommitLineData
1# Setup the INPUTRC environment variable.
2if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
3 INPUTRC=/etc/inputrc
4fi
5export INPUTRC