From 7ab05e6b8c3a7364da7b190be81399b780867d90 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sat, 5 Mar 2022 21:01:50 -0600 Subject: [PATCH] chrome-search-shortcuts.md: Added sort order by name in AUR shortcut --- content/dotfiles/chrome-search-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dotfiles/chrome-search-shortcuts.md b/content/dotfiles/chrome-search-shortcuts.md index 6f52310..45cdfd2 100644 --- a/content/dotfiles/chrome-search-shortcuts.md +++ b/content/dotfiles/chrome-search-shortcuts.md @@ -12,7 +12,7 @@ draft: false |-----------------------------|---------|-----------------------------------------------------------------------------|-------------------------------------------------------| | Arch Wiki Search | aw | https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=%s&go=Go | | | Arch Package Search | ap | https://www.archlinux.org/packages/?sort=&q=%s&maintainer=&flagged= | | -| Arch User Repository Search | aur | https://aur.archlinux.org/packages/?O=0&K=%s | | +| Arch User Repository Search | aur | https://aur.archlinux.org/packages?O=0&K=%s&SeB=nd&SB=n&SO=a | | | Arch Linux Bug Lookup | fs | https://bugs.archlinux.org/task/%s | Go directly to bug number | | Dell Service Tag Lookup | dell | http://www.dell.com/support/home/us/en/04/product-support/servicetag/%s | Go directly to the Dell Support page of a service tag | | ShellCheck Code Search | sc | https://github.com/koalaman/shellcheck/wiki/SC%s | Look up ShellCheck code. (sc) |