Skip to content

Commit

Permalink
config(zsh): improve qpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Feb 9, 2025
1 parent 42c47a6 commit 7e1d36d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/newsboat/urls
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ https://github.com/AsahiLinux/m1n1/commits/main.atom "~AsahiLinux/m1n1"
https://github.com/AsahiLinux/u-boot/commits/asahi.atom "~AsahiLinux/u-boot"
https://github.com/AsahiLinux/muvm/commits/main.atom "~AsahiLinux/muvm"
https://github.com/AsahiLinux/asahi-installer/commits/main.atom "~AsahiLinux/asahi-installer"
https://github.com/ggml-org/llama.vim/commits/master.atom "~llama.vim"

http://feeds.feedburner.com/ThePragmaticEngineer
https://0pointer.net/blog/index.atom
Expand Down
5 changes: 5 additions & 0 deletions data/zsh/bottom-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ if command -v starship &>/dev/null; then
eval "$(starship init zsh)"
fi

# https://github.com/qpdf/qpdf
if command -v qpdf &>/dev/null; then
eval "$(qpdf --completion-zsh)"
fi

# https://ryuuta.net/blog/diagnosing-an-unsual-wifi-issue/
export QT_BEARER_POLL_TIMEOUT=-1

Expand Down

0 comments on commit 7e1d36d

Please sign in to comment.