Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How do I get rid of _complete_alias error generated by bash code?
- X-seq: zsh-users 27121
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Steve Dondley <s@xxxxxxxxxxx>
- Cc: Zsh users <zsh-users@xxxxxxx>
- Subject: Re: How do I get rid of _complete_alias error generated by bash code?
- Date: Wed, 15 Sep 2021 22:55:22 +0200
- Archived-at: <https://zsh.org/users/27121>
- In-reply-to: <cb62848e26d7cbbdf9e65df7bde31cc2@dondley.com>
- List-id: <zsh-users.zsh.org>
- References: <cb62848e26d7cbbdf9e65df7bde31cc2@dondley.com>
On Wed, Sep 15, 2021 at 10:48 PM Steve Dondley <s@xxxxxxxxxxx> wrote:
>
> I tried commenting out all the lines and reloading zsh ...
This is the way.
> ... but it still throws the errors.
My guess is that by "reloading zsh" you mean running `source
~/.zshrc`. If that's the case, this is the culprit. Try restarting zsh
for real. In most cases `exec zsh` is enough. When in doubt, reboot.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author