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 --verbose prints command not found: perl, grep, printf #588

Open
nbari opened this issue May 15, 2023 · 0 comments
Open

zplug load --verbose prints command not found: perl, grep, printf #588

nbari opened this issue May 15, 2023 · 0 comments

Comments

@nbari
Copy link

nbari commented May 15, 2023

Describe the bug
When running  zplug load --verbose, the output finishes with:

__zplug::utils::ansi::remove:2: command not found: perl
__zplug::io::print::f:111: command not found: grep
__zplug::io::print::f:125: command not found: printf
[zplug] Run compinit

To Reproduce
Steps to reproduce the behavior:

Run:

zplug load --verbose

Expected behavior
I am not defining a PATH (zplug works but just prints the error)

Screenshots
If applicable, add screenshots to help explain your problem.

Env (please complete the following information):

  • zplug version: 2.4.2
  • zsh --version: zsh 5.9 (x86_64-debian-linux-gnu)
  • uname -a: Linux test 6.1.0-9-amd64 Implement update command #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08) x86_64 GNU/Linux

Minimal zshrc (with less than 30 lines)

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

source ~/.zplug/init.zsh

source /usr/share/zplug/init.zsh

zplug "junegunn/fzf"
zplug "kutsan/zsh-system-clipboard"
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-completions"
zplug "zsh-users/zsh-completions"
zplug "zsh-users/zsh-history-substring-search"
zplug "zsh-users/zsh-syntax-highlighting"

if zplug check || zplug install; then
  zplug load --verbose
fi

Additional context
Add any other context about the problem here.

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