summaryrefslogtreecommitdiff
path: root/.bash_aliases
blob: f2e7cefa3e69d1ca741ff32a7ad5875a43c3c026 (plain)
1
2
3
4
5
6
7
8
9
10
11
alias poweroff='systemctl poweroff'
alias reboot='systemctl reboot'
alias rm='rm -r'
alias octave='octave --no-gui -q'
alias atom='atom .'
alias clc='clear clear'
alias clear='clear clear'
alias update='apt-get update && apt-get dist-upgrade'
#alias python='python3'
#alias pip='pip3'
alias rs='rsync -arv --progress hdd/ flash'