[Fix #535] Set Pacman frontend to 'pacman' when none set
This commit is contained in:
parent
839f4a7b83
commit
af003d83c5
@ -28,6 +28,7 @@ if (( $+commands[$_pacman_frontend] )); then
|
||||
source "${0:h}/${_pacman_frontend}.zsh"
|
||||
fi
|
||||
else
|
||||
_pacman_frontend='pacman'
|
||||
_pacman_sudo='sudo '
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user