diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-04 13:24:59 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-04 13:24:59 -0700 |
commit | 42ad4da71dbee4d2e7b8092cca712b5fde570092 (patch) | |
tree | 87e986623a31f27f70433e2cd81cac2032866b15 /home/xyz/.local | |
parent | da345e8fc882e74261699c6af870c4334536a6e8 (diff) |
bug fixed
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/news | 2 | ||||
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
2 files changed, 2 insertions, 2 deletions
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 |