summaryrefslogtreecommitdiff
path: root/.bash_aliases
blob: e22aed720c4784dff6f9414729d5f619d1122ebd (plain)
1
2
3
4
5
6
7
alias poweroff='systemctl poweroff'
alias reboot='systemctl reboot'
alias rm='rm -r'
alias octave='octave --no-gui -q'
alias clc='clear clear'
alias clear='clear clear'
alias rs='rsync -arv --progress hdd/ flash'