Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH on ubuntu - bash completions
- X-seq: zsh-users 17221
- From: Sayth Renshaw <flebber.crue@xxxxxxxxx>
- To: Paul Johnson <paul@xxxxxxxx>
- Subject: Re: ZSH on ubuntu - bash completions
- Date: Sun, 2 Sep 2012 07:45:10 +1000
- Cc: 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=VqDjyPecWenvHFgFALQyP+3hqz0UxWgAQ+LsyRYqkZY=; b=CJ9L4jrCpRJF4ByaiZuUnqy4ckCAS4eK8gp9foFbTcc7AWW8mBrwfHeX1bIMqr1xtI 2ScyL4/SgQZCXkelCTzdC3UgWCPQZwdoEJjrsu6KKCRuHuv+geDJ+7IOCqqE9YNBhECk reDHWq6fm161RRT4cEQUmb9k5GiHcfbGDDshz6tui2NzR6Xsikglc1bYQgeJaibPQHIt GxspRx8K2i/R7s3eT3TqoNtabTyx4kVWN881yhTVzO3njgQENgTVnpAPoGQUwVLYwxSL 3HZSFKdFcMt6wgoKFXLGZF21cHS6BY8S/QAIie0N/Glsx3vJIgF+6VrW4ce0SqeS62Nd LeFQ==
- In-reply-to: <20120901141059.GX7216@pjcj.net>
- 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: <CAN2of03ZzVZu-MrEDUSqDNWziCu32rDGc3Y+RJHkQirSeYSL3A@mail.gmail.com> <20120901141059.GX7216@pjcj.net>
On Sun, Sep 2, 2012 at 12:11 AM, Paul Johnson <paul@xxxxxxxx> wrote:
> On Sat, Sep 01, 2012 at 08:20:52PM +1000, Sayth Renshaw wrote:
>
>> For installs that use Bash such as Pythonbrew, Perlbrew and Pythonz
>> how can I change to have them use ZSH instead?
>
> I don't know about python, but for perlbrew I have the following in my
> .zshrc:
>
> if [[ -e ~/perl5/perlbrew/etc/bashrc ]] then
> . ~/perl5/perlbrew/etc/bashrc # perlbrew
> pb() { TEST_JOBS=9 perlbrew "$@" }
> fi
>
> --
> Paul Johnson - paul@xxxxxxxx
> http://www.pjcj.net
Is that the default completion as you would use in Bash or did you
alter something to get it to work?
Sayth
Messages sorted by:
Reverse Date,
Date,
Thread,
Author