V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m7s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-26 10:00:55 +02:00
parent 7b85fc3596
commit a813ffb66c
3 changed files with 3 additions and 4 deletions

View File

@@ -93,6 +93,8 @@ alias v='nvim'
alias whatdelete='lsof | grep deleted'
alias whatimage='dpkg --list | grep linux-image'
alias whatpurge='dpkg --get-selections | grep deinstall'
# shellcheck disable=SC2142
alias xpurge="dpkg -l | awk '/^rc/ {print \$2}' | xargs -r dpkg --purge"
########################################################################################### Functions