From ce028e7abf5e9306838da4df01d3164ba6c78b80 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 9 Sep 2023 14:42:44 +1000 Subject: [bash] minor alias update for pacman --- misc/.bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') 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" -- cgit v1.2.3