]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/profile.d/readline.sh
Bashpromt erweitert und FTP Upload wieder funktionierend gemacht...
[people/pmueller/ipfire-2.x.git] / config / profile.d / readline.sh
1 # Setup the INPUTRC environment variable.
2 if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
3 INPUTRC=/etc/inputrc
4 fi
5 export INPUTRC