Add some aliases for keyboard layout

This commit is contained in:
Dan Buch 2021-01-24 22:26:14 -05:00
parent 86c5c5699f
commit 82367f1542
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

5
zshrc
View File

@ -109,6 +109,11 @@ if command -v xdg-open &>/dev/null; then
alias open=xdg-open
fi
if command -v setxkbmap &>/dev/null; then
alias kbus='setxkbmap -layout us'
alias kbdv='setxkbmap -layout dvorak'
fi
if R --version &>/dev/null; then
alias R='R --no-save --no-restore-data'
fi