archlinux: fix pacweb with non-English locales (#8916)

master
Zhong Lufan 6 years ago committed by GitHub
parent 0a456cb340
commit e675c821f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/archlinux/archlinux.plugin.zsh

@ -208,7 +208,7 @@ function pacmansignkeys() {
if (( $+commands[xdg-open] )); then
function pacweb() {
pkg="$1"
infos="$(pacman -Si "$pkg")"
infos="$(LANG=C pacman -Si "$pkg")"
if [[ -z "$infos" ]]; then
return
fi

Loading…
Cancel
Save