From 42ad4da71dbee4d2e7b8092cca712b5fde570092 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 4 Nov 2023 13:24:59 -0700 Subject: bug fixed --- home/xyz/.local/bin/news | 2 +- home/xyz/.local/bin/upd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'home/xyz') diff --git a/home/xyz/.local/bin/news b/home/xyz/.local/bin/news index f4a83380..625142b3 100755 --- a/home/xyz/.local/bin/news +++ b/home/xyz/.local/bin/news @@ -2,7 +2,7 @@ daily () { # mail.yahoo.com/d/folders/6 is spam folder - o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' https://mail.yahoo.com https://mail.yahoo.com/d/folders/6 https://kyun.host/ https://en.wikipedia.org/wiki/Portal:Current_events https://archlinux.org/packages/extra/x86_64/nvidia http://download.huzheng.org + o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' https://mail.yahoo.com https://mail.yahoo.com/d/folders/6 https://kyun.host/ https://en.wikipedia.org/wiki/Portal:Current_events http://download.huzheng.org # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 5496053a..aa762fb7 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -67,7 +67,7 @@ misc () { } pac () { - pacpacs="$(sudo pacman --noconfirm -Syu --ignore nvidia-utils | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" + pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" aurpacs="$(paru --noconfirm -aSu --ignore libredwg-git --ignore searxng-git | 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 -- cgit v1.2.3-70-g09d2