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