Fixed typo in pacapt-brew completion

This commit is contained in:
Vojtech Letal 2015-03-30 14:58:07 +02:00
parent 88b824dfd6
commit 7e33cb16f3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ elif which brew > /dev/null; then
zsh_pacapt_init=true
_pacapt_available_packages() {
_values 'Installed packages' $(brew search)
_values 'Available packages' $(brew search)
}
_pacapt_installed_packages() {