Update small things

This commit is contained in:
Marco Thomas
2022-02-13 23:14:02 +01:00
parent f3348e4769
commit 6669361098
10 changed files with 23 additions and 57 deletions

View File

@@ -54,8 +54,8 @@ alias rm='rm -i' # Ask before removal
alias cp='cp -i' # Ask before removal
alias mv='mv -i' # Ask before removal
alias palmreject='xinput set-prop 12 340 1'
alias palmaccept='xinput set-prop 12 340 0'
alias palmreject='xinput set-prop 19 340 1'
alias palmaccept='xinput set-prop 19 340 0'
alias nssh='SSH_AUTH_SOCK= ssh'
alias cpu='watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"'