feat: add alias for updating and cleaning up packages in .bashrc
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 13s
Nix Format Check / check-format (push) Successful in 58s
Python Lint Check / check-python (push) Failing after 10s

This commit is contained in:
2025-03-25 11:08:56 +01:00
parent a87d4d3887
commit 56b056252c

View File

@@ -22,6 +22,7 @@ alias cat='bat'
alias du='dust'
alias df='duf'
alias rm="trash-put"
alias augp='sudo apt update && sudo apt upgrade -y && sudo apt autopurge -y && sudo apt autoclean'
# Docker Aliases
alias d='docker'