diff options
author | Yuchen Pei <id@ypei.org> | 2023-10-28 21:46:42 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-10-28 21:46:42 +1100 |
commit | b855235fea42f793eb71a1508acdb8e651ea7a7c (patch) | |
tree | 75e8b79c377f9499b9528ad3d0f1e0b4d48de42b | |
parent | beb176bfe835e7addfd1302a8c342af40114e36f (diff) |
[bash] Adding pQo alias for pacman -Qo
-rw-r--r-- | misc/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/.bashrc b/misc/.bashrc index 1e65d00..b00ceb7 100644 --- a/misc/.bashrc +++ b/misc/.bashrc @@ -174,6 +174,7 @@ then alias pSi="pacman -Si" # remote package details alias pQi="pacman -Qi" # local package details alias pQl="pacman -Ql" # local package file lists + alias pQo="pacman -Qo" # which package owns this file # Remove packages alias pRs="sudo pacman -Rs" # remove package |