Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
command not found: _arguments
- X-seq: zsh-users 22701
- From: Guilherme Furtado Pacheco <guilherme.f.pacheco@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: command not found: _arguments
- Date: Wed, 17 May 2017 16:06:56 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:message-id:subject:mime-version; bh=up/BkqMyY/ide5cavwaKDOnI5eN194RRL2fCNxchaQ0=; b=LYuB3qxxBxDM2zgUeT6TZLLCCkB28qTQUj0+jG1r2BcHWrZTg8th5LDYG4FHgZmJmj qGWrr+LdXN0dcwoGql8pRGe4UCKapw4iAbX8cJK5SbgAR2wTcSpQ53yQ0YISGWXKGuEa 7cR/bLedUJEQ0kwoae2InHU5X9j8JCPM5PQzbzwSVpG0JWU8PCGE2+E6UJ4KZqDg/9If mvcg962mrGrgDundapZMDscMP15YZ+iYWo+UU6Df/CqmWkKFEHKvFnyGEiX74Vf73o2V inTHdmwIo4afLBziw+iMSE9+cs7NJ7yxZqmTd5CQLgUCKbEFgcI5mjlUS7vQA/QMrW2f 0QpQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I'm having trouble with completions for some commands. When I type vim and press tab I get this error:
➜ ~ vim _vim:101: command not found: _arguments
_vim:101: command not found: _arguments
_vim:101: command not found: _arguments
This also happens with other commands (like rm, cp, ls, cat, grep):
➜ ~ rm _rm:43: command not found: _arguments
_rm:43: command not found: _arguments
_rm:43: command not found: _arguments
But not with mv or cd for example.
One thing I discovered is that I after run zsh everything works just fine, but only for this session. When I open another zsh window I got the error again.
Looks like the _arguments wrapper function is not being defined.
Any idea of what could be causing the error or how to solve it?
Guilherme Furtado Pacheco
+55 48 996177277
Messages sorted by:
Reverse Date,
Date,
Thread,
Author