V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m7s
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user