Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bad auto complete
- X-seq: zsh-users 19634
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Marcos Alano <marcoshalano@xxxxxxxxx>
- Subject: Re: Bad auto complete
- Date: Fri, 26 Dec 2014 04:18:45 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wCmlPuxio5CYG10NGDGSY0B4czA/ryeNEjOJyaQfDUg=; b=KWDDbbG78dnF8s/Zz7HdB370opGX8j64uDtevEfMEEonSVtSc1kqywNKCrJrvp3nno 4YxDa7MhJpQCsFiyCXwxWNk0G2I9/eIusMfQ1YjYU4pEooFCyZk3zYgyNGxuMMySuOHS LGGkFX6MUex1lCbOJ/oNJTX5l4pi/VItDoCtURwYWrde5xkRxVezB6czU3IzifK7BVk/ g3UQfOoiUMU3cXoo84cerr+872Y1c7xtqNQsXqJCZNDKqZ+o1H/rwNkokp8cz++9m/UB 0+8pW7OsCs8kfBQyGjrFbi9qSTiyjvGUmq8vFjpo1fQQcPyJ6sS6pcOvs3nwjGWo3n2Y 0A+A==
- In-reply-to: <CAO3Us=mT20+0-yH-9_Ms3qWv9twa15nUnou=ugrrhQh-rQ13ew@mail.gmail.com>
- 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
- References: <CAO3Us=mT20+0-yH-9_Ms3qWv9twa15nUnou=ugrrhQh-rQ13ew@mail.gmail.com>
On Fri, Dec 26, 2014 at 4:15 AM, Marcos Alano <marcoshalano@xxxxxxxxx> wrote:
> Why I can't auto complete a command recently installed? I believe the
> same reason apply to the fact I can complete a command recently
> removed. I want the Zsh works on the way Bash works: If I install a
> command I can use instantly. I don't need to recharge the shell
> (ctrl-c, enter, etc.).
zstyle :completion:\* rehash true
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author