Merge branch 'master' of github.com:lytedev/dotfiles

This commit is contained in:
Daniel Flanagan 2018-11-12 08:45:43 -06:00
commit 0a94eafad3
2 changed files with 3 additions and 1 deletions

3
scripts/bin/keyrepeat Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
xset r rate 250 80

View File

@ -70,7 +70,6 @@ alias gl="git log --graph --pretty=oneline --abbrev-commit --decorate"
# misc aliases
alias p="ping 8.8.8.8"
alias C="clear && clear"
alias keyrepeat="xset r rate 250 80"
alias r="ranger"
alias sctl="sudo systemctl"
alias btctl="sudo bluetoothctl"