aboutsummaryrefslogtreecommitdiff
path: root/misc/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/.bashrc')
-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"