aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-09-09 14:42:44 +1000
committerYuchen Pei <id@ypei.org>2023-09-09 14:42:44 +1000
commitce028e7abf5e9306838da4df01d3164ba6c78b80 (patch)
tree624d77dac633fafbe1b27e25fdc7690cc0bd6b7e /misc
parenta4825e96bab37da7df320330f0298faeacac1929 (diff)
[bash] minor alias update for pacman
Diffstat (limited to 'misc')
-rw-r--r--misc/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/.bashrc b/misc/.bashrc
index 1cd3b35..1e65d00 100644
--- a/misc/.bashrc
+++ b/misc/.bashrc
@@ -155,6 +155,7 @@ then
# Search remote database and download packages
alias pSs="pacman -Ss" # search remote for package
alias pS="sudo pacman -S" # sync download
+ alias pU="sudo pacman -U" # install local user package
# Query the file database
alias pF="pacman -F"