Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is it worthwhile to use oh-my-zsh?
- X-seq: zsh-users 24233
- From: Yaro Kasear <yaro@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Is it worthwhile to use oh-my-zsh?
- Date: Fri, 6 Sep 2019 19:49:43 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marupa-net.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=hXsBYl5R/1pck0XBwC54Gp7jq6mf1wrsd+t77N4ypzM=; b=yBCIoh3o+wrxfwhaV6d6iPvGSggSmSxzLxW8kowjwSvlFVqf3egpBad+gHC5XaBdBe htpaTLfH4dalAJrlYHmg6pAv68xfLP2Tj5Zk/d44NweZv5MDXyrTmDFJCWenQFpXXUEy wx3fteFKqhKanMIewC2jEqFYLGaGaREJGb+fQ6QDbPoJsZEN1w5e6nb7hqHmkceErw1n rLS9tXEMhVMM5hNQEmvoHsKMLk3VrC6hZYXj3sBgogHEzEyqLwl+0KSAPNQoKSAKmu+7 O4rXRVcbYcGnClqJinL1kaN+zoO3SC32LZH0fFTT59oFsYHBRXi2O54TkL5l9u+0HloC AcsA==
- In-reply-to: <1969CF6B-7FA6-4C28-936A-244CA961F3A9@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>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CABrM6wn5sfs-PBT3Bt8f4u6u7k6PEv+U0jjdDg3O=Fa66zixMA@mail.gmail.com> <CAO1rNLj9YA+4a+5SV+PURsfPJXNm8xY45i6kbrsPpF2NFY1fsg@mail.gmail.com> <CABrM6wmXC7OSFDZFBY8wS0pxRB5Z7bz_DDKzQR1nky9CO5ggGQ@mail.gmail.com> <1969CF6B-7FA6-4C28-936A-244CA961F3A9@gmail.com>
I used to use oh-my-zsh. I switched to Antigen which is a lot less slow,
but has compatibility with the OMZ stuff.
Yaro
On 9/6/19 7:43 PM, Danh Doan wrote:
> On September 6, 2019 7:33:31 PM UTC, Peng Yu <pengyu.ut@xxxxxxxxx> wrote:
>> I just tried it. I commented out this in my ~/.zshrc.
>> #plugins=(git)
>>
>> In a .git repo, it shows the git branch and the basename of the parent
>> directory. But this is not the formation that I need. I almost always
>> in the master branch, in which case I don't care showing the branch
>> name. I have many directory with the same basename, just showing the
>> basename of my currently is not informative.
>>
>> How to get rid off these features?
>>
>> On 9/6/19, Tom Boyd <tvboyd23@xxxxxxxxx> wrote:
>>> Yes very much so. Omz is tremendously powerful and is loaded with
>> features
>>> that completely change the game in terms of productivity. Once you
>> start
>>> using it it's actually really hard to go back once you've got the
>> common
>>> usage in muscle memory. I've never had any issues with sluggishness
>> either,
>>> with the config I currently have I find it just as fast as vanilla
>> zsh.
>>> On Fri, Sep 6, 2019, 2:38 PM Peng Yu <pengyu.ut@xxxxxxxxx> wrote:
>>>
>>>> Hi,
>>>>
>>>> I just have a vanilla ~/.zshrc. I'd like something essential things
>>>> like PS1 set to my pwd and hostname, etc. I saw people use things
>> like
>>>> oh-my-zsh to make some fancy things like showing git branches, etc.,
>>>> if in a git repo. But if I remember it correctly, it could cause a
>>>> little sluggish that can be sensed.
>>>>
>>>> So if I just want something essential, and not to want to feel any
>>>> sluggishness, I'd better just configure ~/.zshrc on my own without
>>>> using things like oh-my-zsh configured by others.
>>>>
>>>> --
>>>> Regards,
>>>> Peng
>>>>
> I don't like oh-my-zsh.
> IMHO, it's too slow.
> If you simply want to show current directory, zsh come with some pre-installed prompt
> Use:
> prompt -h
> to show the available options and prompts.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author