projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
bash: use i-beam cursor in terminals
[~bandali/configs]
/
.config
/
profiles
/
jirud
Commit
Line
Data
a9ddb26d
AB
1
if [ -x "$(command -v xinput)" ]; then
2
xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
3
fi
a71a12e1
AB
4
5
export INFOPATH="$HOME/usr/local/share/info${INFOPATH:+:}$INFOPATH"