summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-01 21:12:52 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-12-01 21:12:52 -0800
commitfd27f34639a826a6e4865b69e0c1867c84d7e71c (patch)
tree7835525342f0f3789b019523bbc10327f82c3710 /home/xyz
parent8184c64821b4d097e01ca98779834c4515eb928c (diff)
update
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index 86e7581a..869d4f2f 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -53,11 +53,11 @@ misc () {
git -C "$XDG_DOCUMENTS_DIR/notes" pull
git -C "$HOME/programs/reminders" pull
pass git pull
- rustup update
}
pac () {
pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)"
+ rustup update
aurpacs="$(paru --noconfirm -aSu | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)"
# part steal from aur comment
# sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709