From faa2985b6258dd53340ecce6aa04471df2570119 Mon Sep 17 00:00:00 2001 From: Bryan Hyshka Date: Wed, 17 Oct 2018 16:28:19 -0600 Subject: [PATCH] Add pikaur to list of AUR helpers that handle SUID `pikaur` (https://github.com/actionless/pikaur) handles sudo authentication itself. --- modules/pacman/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pacman/init.zsh b/modules/pacman/init.zsh index 8d0c079..7449f7b 100644 --- a/modules/pacman/init.zsh +++ b/modules/pacman/init.zsh @@ -24,7 +24,7 @@ elif (( ! ${+commands[${zpacman_frontend}]} )); then You can fix this error by editing the 'zpacman_frontend' variable in your .zimrc" >&2 zpacman_frontend='pacman' zpacman_frontend_priv='sudo pacman' -elif [[ ${zpacman_frontend} == ("yaourt"|"pacaur"|"yay") ]]; then +elif [[ ${zpacman_frontend} == ("yaourt"|"pacaur"|"yay"|"pikaur") ]]; then # those AUR helpers handle SUID themselves zpacman_frontend_priv="${zpacman_frontend}" else