install readline/inputrc into $HOME/.inputrc

This commit is contained in:
Bradley M. Kuhn 2025-12-09 13:41:36 -08:00
parent 43f6b97b7c
commit 91658e6282

View file

@ -14,3 +14,6 @@ if [ ! -d $HOME/.config ]; then
mkdir $HOME/.config
fi
/bin/ln -sf `pwd`/xfce/autostart $HOME/.config/autostart
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc