Skip to content

Commit

Permalink
Update zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Jul 30, 2018
1 parent f9d8d61 commit 05587c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions completions/zsh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ _pacman_opts_common=(
{-v,--verbose}'[Be more verbose]'
'--cachedir[Alternate package cache location]:cache_location:_files -/'
'--config[An alternate configuration file]:config file:_files'
'--makepkgconf[makepkg.conf file to use]:config file:_files'
'--nomakepkgconf[Use the default makepkg.conf]'
'--requestsplitn[Max amount of packages to query per AUR request]:number'
'--completioninterval[Time in days to to refresh completion cache]:number'
'--confirm[Always ask for confirmation]'
'--debug[Display debug messages]'
'--gpgdir[Set an alternate directory for GnuPG (instead of /etc/pacman.d/gnupg)]: :_files -/'
Expand Down Expand Up @@ -68,6 +72,9 @@ _pacman_opts_common=(
"--nodiffmenu[Don't show diffs for build files]"
"--noeditmenu[Don't edit/view PKGBUILDS]"
"--noupgrademenu[Don't show the upgrade menu]"
"--askremovemake[Ask to remove makedepends after install]"
"--removemake[Remove makedepends after install]"
"--noremovemake[Don't remove makedepends after install]"

'--bottomup[Show AUR packages first]'
'--topdown[Show repository packages first]'
Expand Down

0 comments on commit 05587c3

Please sign in to comment.