shell: set INFOPATH properly
[~bandali/configs] / .config / profiles / jirud
CommitLineData
a9ddb26d
AB
1if [ -x "$(command -v xinput)" ]; then
2 xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
3fi
a71a12e1
AB
4
5export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH"