Zplug: Support (or change) zsh-users' fork of prezto

Created on 15 Jan 2017  路  3Comments  路  Source: zplug/zplug

Problem Summary

I think most of you already knows that prezto is dead (https://github.com/sorin-ionescu/prezto/issues/1239). However, as you can see in this cited issue, there is now a fork of prezto that is active from zsh-users (https://github.com/zsh-users/prezto).

The fork seems pretty active contrary to main repo. So it would be interesting to point zplug to this new fork instead of sorin-ionescu, or at least offer this fork as an option (or maybe allowing the user to override the repository in omz and prezto, so the user could change to any fork).

Most helpful comment

Thank you for suggestion. In zplug prezto is treated as $_ZPLUG_PREZTO variable. If this is overwritten it will be used as prezto.

$ echo $_ZPLUG_PREZTO
sorin-ionescu/prezto

All 3 comments

note that until this is sorted out, a workaround is to put this in your ~/.gitconfig:

[url "https://github.com/zsh-users/prezto.git"]
  insteadOf = https://github.com/sorin-ionescu/prezto.git

Thank you for suggestion. In zplug prezto is treated as $_ZPLUG_PREZTO variable. If this is overwritten it will be used as prezto.

$ echo $_ZPLUG_PREZTO
sorin-ionescu/prezto

This should probably be closed. The people responsible for the fork have put their support behind the original repo and it is getting relatively frequent updates. It was also changed back in https://github.com/zplug/zplug/pull/413 because of this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

la-magra picture la-magra  路  4Comments

jottr picture jottr  路  5Comments

tangkunyin picture tangkunyin  路  10Comments

davidosomething picture davidosomething  路  4Comments

jrock2004 picture jrock2004  路  9Comments