mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Merge fdc6ff40bc into 4ffedd4ac8
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ _yaourt_completions_repositories() {
|
|||||||
# $cmd must be declared by calling function
|
# $cmd must be declared by calling function
|
||||||
_yaourt_get_command() {
|
_yaourt_get_command() {
|
||||||
# this is mostly nicked from _perforce
|
# this is mostly nicked from _perforce
|
||||||
cmd=( "pacman" )
|
cmd=$(grep ^PACMAN= /etc/yaourtrc | cut -c8- || echo "pacman")
|
||||||
integer i
|
integer i
|
||||||
for (( i = 2; i < CURRENT - 1; i++ )); do
|
for (( i = 2; i < CURRENT - 1; i++ )); do
|
||||||
if [[ ${words[i]} = "--config" || ${words[i]} = "--root" ]]; then
|
if [[ ${words[i]} = "--config" || ${words[i]} = "--root" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user