-ssh.ch; Remove unneded `local mbegin mend match reply'

This commit is contained in:
Sebastian Gniazdowski 2019-07-13 08:29:57 +02:00
parent 77fc581dae
commit f3e094bdb8

View file

@ -64,7 +64,6 @@ local -a match mbegin mend completions_user completions_host
user_style=
() {
# Zstyle clobbers reply for sure
local mbegin mend match reply
zstyle -a ":completion:*:users" users completions_users
}
(( ! $#completions_users )) && completions_users=(${(k)userdirs})