[Fix #535] Set Pacman frontend to 'pacman' when none set

This commit is contained in:
Sorin Ionescu 2014-01-21 22:12:09 -05:00
parent 839f4a7b83
commit af003d83c5
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if (( $+commands[$_pacman_frontend] )); then
source "${0:h}/${_pacman_frontend}.zsh"
fi
else
_pacman_frontend='pacman'
_pacman_sudo='sudo '
fi