Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zplug load error: lib/termsupport #550

Open
hadyang opened this issue Jun 8, 2020 · 0 comments
Open

zplug load error: lib/termsupport #550

hadyang opened this issue Jun 8, 2020 · 0 comments

Comments

@hadyang
Copy link

hadyang commented Jun 8, 2020

Describe the bug
When i new tab in terminal zplug load fail. But when i use zplug load --verbose load success

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
When new tab it should be load success

Screenshots
Xnip2020-06-08_21-57-41

Env (please complete the following information):

  • zplug version:2.4.2
  • zsh --version:zsh 5.8 (x86_64-apple-darwin19.3.0)
  • uname -a:Darwin HadYang.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64

Minimal zshrc (with less than 30 lines)

Create a minimal reproducing set of configurations for this issue. Please remove all unnecessary parts!

export ZPLUG_HOME=/usr/local/opt/zplug
source $ZPLUG_HOME/init.zsh

#lib
zplug "lib/functions", from:oh-my-zsh
zplug "lib/completion", from:oh-my-zsh
zplug "lib/termsupport", from:oh-my-zsh, defer:2, on:"lib/functions"

#plugs
zplug "dracula/zsh", as:theme
zplug "plugins/git", from:oh-my-zsh
zplug "chrissicool/zsh-256color", as:plugin
zplug "zdharma/fast-syntax-highlighting", as:plugin

# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then
    printf "Install? [y/N]: "
    if read -q; then
        echo; zplug install
    fi
fi

# Then, source plugins and add commands to $PATH
# zplug load
zplug load --verbose

Additional context
Add any other context about the problem here.

machupicchubeta added a commit to machupicchubeta/dotfiles that referenced this issue Mar 5, 2022
When I start Terminal.app, I get an error message that "lib/termsupport" could not be loaded.

> [zplug] These repos have failed to load:
> - lib/termsupport

The same error is reported in an Issue of "zplug", which was reported in June 2020, but has not yet been commented on.

- zplug/zplug#550

"zplug" has not been maintained for years. The latest git commit was in February 2020, and there have been no commits for almost two years.
The author says it no longer has the motivation to maintain "zplug" and is developing other CLI tool similar to.

- zplug/zplug#537
- zplug/zplug#579
- https://babarot.me/afx/

At first I thought about switching to that tool, but as I searched the web for alternative tools, "sheldon" seemed better to me.
The loading time seemed fast, and one of the deciding factors was that it could be installed using Homebrew.

- https://www.libhunt.com/r/zplug
- https://github.com/rossmacarthur/zsh-plugin-manager-benchmark#results
- https://formulae.brew.sh/formula/sheldon
- https://github.com/rossmacarthur/sheldon
- https://sheldon.cli.rs/Introduction.html
- https://ktrysmt.github.io/blog/migrate-zinit-to-sheldon/
machupicchubeta added a commit to machupicchubeta/dotfiles that referenced this issue Mar 5, 2022
When I start Terminal.app, I get an error message that "lib/termsupport" could not be loaded.

> [zplug] These repos have failed to load:
> - lib/termsupport

The same error is reported in an Issue of "zplug", which was reported in June 2020, but has not yet been commented on.

- zplug/zplug#550

"zplug" has not been maintained for years. The latest git commit was in February 2020, and there have been no commits for almost two years.
The author says it no longer has the motivation to maintain "zplug" and is developing other CLI tool similar to.

- zplug/zplug#537
- zplug/zplug#579
- https://babarot.me/afx/

At first I thought about switching to that tool, but as I searched the web for alternative tools, "sheldon" seemed better to me.
The loading time seemed fast, and one of the deciding factors was that it could be installed using Homebrew.

- https://www.libhunt.com/r/zplug
- https://github.com/rossmacarthur/zsh-plugin-manager-benchmark#results
- https://formulae.brew.sh/formula/sheldon
- https://github.com/rossmacarthur/sheldon
- https://sheldon.cli.rs/Introduction.html
- https://ktrysmt.github.io/blog/migrate-zinit-to-sheldon/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant