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 24230
- From: Peng Yu <pengyu.ut@xxxxxxxxx>
- To: Tom Boyd <tvboyd23@xxxxxxxxx>
- Subject: Re: Is it worthwhile to use oh-my-zsh?
- Date: Fri, 6 Sep 2019 14:33:31 -0500
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=J2U+tod/8p9PqUHdo4bWAhrtM6ma9atJujqSWZUgC3A=; b=TqqEjTXzD5mXLbzMgJWeZRMNckyb53uuj9Rq8uQBRm6D+0Ptz8q3b/5ZTR/c0w5AQE sdIusCCCadZ3/EXGogvBPFFtdXIOi9AC0ZFb6utSJdodUwX2kpCRK/ezfG8IYh2JZbZa lKhIXmQrbYxwQS9CmV+xJaGa1TRLICxu40nrAOCTors7GqdWIlGYPToIe7h2jHCU2Q/a kT1yYCAiQOvGUmtF1c+qLpfy309HGzJOPz6MjrRI3BoOvEXJHkW70iWql4pXzbOCWQem rxntDQuPmT0u5j0GvuEf+uH3x7j2cdZYdNZLbvFE0qeIqSulCj+DetHFg/qyAWsKnlB8 pK0A==
- In-reply-to: <CAO1rNLj9YA+4a+5SV+PURsfPJXNm8xY45i6kbrsPpF2NFY1fsg@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>
- 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>
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
>>
>
--
Regards,
Peng
Messages sorted by:
Reverse Date,
Date,
Thread,
Author