diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-04-28 22:36:16 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-04-28 22:36:16 +0800 |
| commit | c73429ac9b369d9b1b2e24040e8515c588b07595 (patch) | |
| tree | c352d2a45b3631fdfab4279591f6068850775de1 /sh | |
| parent | 723b6629fb734b7ed46e62eb090846505b607c05 (diff) | |
upd pacman update ignore alacritty
Due to [Stops responding to keyboard after exiting Vi mode on X11 with
fcitx5 #8907](https://github.com/alacritty/alacritty/issues/8907). I now
temporarily use old alacritty version 0.16.1.
Diffstat (limited to 'sh')
| -rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ misc () { } pac () { - pacout="$(sudo pacman --noconfirm -Syu | tee /dev/tty)" + pacout="$(sudo pacman --noconfirm -Syu --ignore alacritty | tee /dev/tty)" pacpacs="$(echo "$pacout" | grep -m1 '^Packages' | cut -d' ' -f3-)" # Update rust toolchains before paru so paru can compile things in newest rust if needed. [ "$hostname" = xyzinsp ] && rustup update |
