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_BIN no longer in $PATH #453

Closed
1 of 4 tasks
MichaelAquilina opened this issue Jan 5, 2018 · 3 comments
Closed
1 of 4 tasks

$ZPLUG_BIN no longer in $PATH #453

MichaelAquilina opened this issue Jan 5, 2018 · 3 comments

Comments

@MichaelAquilina
Copy link

MichaelAquilina commented Jan 5, 2018

  • Type:
    • Bug
    • Enhancement
    • Feature Request
    • Question

  • zplug --version: 2.4.2
  • zsh --version: zsh 5.3.1 (x86_64-suse-linux-gnu)
  • uname -a:Linux linux-vtrr 4.14.8-1-default Implement update command #1 SMP PREEMPT Wed Dec 20 10:40:41 UTC 2017 (674981b) x86_64 x86_64 x86_64 GNU/Linux

Minimal zshrc (with less than 30 lines)

source ~/.zplug/init.zsh

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

Step to reproduce

You can check that $ZPLUG_BIN is no longer in path with the following commands:

$ echo $ZPLUG_BIN
/home/michael/.zplug/bin
$ echo $PATH
/home/michael/.zplug/repos/zplug/zplug/bin:/home/michael/bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/sbin
@pinelibg
Copy link

This is a bug due to zplug --self-manage already reported in issue #372 #387.
The solution is PR #389 but was not merged and the bug hasn't been solved yet.

@ev0rtex
Copy link

ev0rtex commented Feb 6, 2018

I had this same issue and realized that #372 appears to be the best solution but was closed due to lack of response. Since this issue is still open I just wanted to chime in here. Hopefully the appropriate fix can get implemented soon so I don't have to maintain my own fork.

@ghost
Copy link

ghost commented Feb 14, 2018

Please test the latest version

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

3 participants