summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/upd
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-02 05:13:34 +0000
committerXiao Pan <gky44px1999@gmail.com>2023-12-02 05:13:34 +0000
commit3dadb8dca78e3e9ae094a7ccfafbb6abbddaa5a8 (patch)
tree78f5b321ce83c442045ad1cecd0a6e68def3b4bf /home/xyz/.local/bin/upd
parent8dd0c2d9a269e1cda1d112709716be0b62d3d17d (diff)
update
Diffstat (limited to 'home/xyz/.local/bin/upd')
-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 384bd1d0..a228c6d0 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -19,11 +19,11 @@ fast () {
misc () {
"$EDITOR" +PlugClean! +PlugUpdate +qa
- 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