diff options
-rw-r--r-- | .bash_aliases | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.bash_aliases b/.bash_aliases index f2e7cef..e22aed7 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -2,10 +2,6 @@ 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' |