5 lines
211 B
Bash
5 lines
211 B
Bash
# für Linux-Distros mit apt-package manager
|
|
alias update_system='sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get autoremove -y && sudo apt-get autoclean -y'
|
|
|
|
# Generic Aliases
|
|
alias c='clear' |