Alias Skript funktional gemacht

This commit is contained in:
2025-05-22 21:39:03 +02:00
parent 0add58b872
commit 2cacb805cb
4 changed files with 43 additions and 12 deletions

5
Aliases/terminal.sh Normal file
View File

@@ -0,0 +1,5 @@
# 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'