From af003d83c54018f47e2fe64fff5b1dc3daee32df Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 21 Jan 2014 22:12:09 -0500 Subject: [PATCH] [Fix #535] Set Pacman frontend to 'pacman' when none set --- modules/pacman/init.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pacman/init.zsh b/modules/pacman/init.zsh index f42e033..2b4f0a2 100644 --- a/modules/pacman/init.zsh +++ b/modules/pacman/init.zsh @@ -28,6 +28,7 @@ if (( $+commands[$_pacman_frontend] )); then source "${0:h}/${_pacman_frontend}.zsh" fi else + _pacman_frontend='pacman' _pacman_sudo='sudo ' fi