diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-02 05:13:11 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-02 05:13:11 +0000 |
commit | 4319538827afb4872b4a7929f34cba9291645460 (patch) | |
tree | e1d68b2dbf2a06a142a27bcd1d4a18c001469d17 /home/xyz | |
parent | 56c908733d6bcb2ca4f4002e48db2ad5f676a8e0 (diff) |
update
Diffstat (limited to 'home/xyz')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 2a2c3d3f..68c9fb39 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -25,11 +25,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 |