mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Update bash aliases
Add alias for `apt rdepends`, which prints the reverse dependencies of a package.
This commit is contained in:
parent
7d9332f92a
commit
e02110a867
|
|
@ -129,6 +129,7 @@ if [ -x /usr/bin/apt ]; then
|
|||
alias ar="sudo apt remove"
|
||||
|
||||
# list local packages
|
||||
alias ard="apt rdepends" # followed by package name to print reverse dependencies
|
||||
alias ali="apt list --installed"
|
||||
alias alu="apt list --upgradable"
|
||||
alias aulu="sudo apt update && apt list --upgradable"
|
||||
|
|
|
|||
Loading…
Reference in a new issue