-
- Type:
- [x] Bug
- [ ] Enhancement
- [ ] Feature Request
- [ ] Question
---
- `zplug --version`: 2.4.2
- `zsh --version`: zsh 5.1.1 (x86_64-ubuntu-linux-gnu)
- `un…
-
Currently that my zplug configuration:
`~.zplug/packages.zsh`:
```
zplug "wfxr/forgit"
zplug "plugins/z", from:oh-my-zsh
zplug "plugins/git", from:oh-my-zsh
zplug "zsh-users/zsh-syntax-highlig…
-
**Describe the bug**
Shell hangs for ~20seconds when zplug load is called if `hook-build` option is set
**To Reproduce**
Steps to reproduce the behavior:
1.
```
zplug "zsh-users/zsh-histo…
-
zsh iTerm3 ('*removed*' are mine to show which ones are deleted):
```
› zplug clean
Remove? (y/N) '/usr/local/opt/zplug/repos/denysdovhan/spaceship-prompt' y
Remove? (y/N) '/usr/local/opt/zplug/…
-
## Problem Summary
having trouble calling `zplug install` while building a Docker image:
```
Step 11 : RUN zsh -ic 'zplug install'
---> Running in 591efba9a9b2
[zplug] WARNING: pipe syntax is depre…
-
- Type:
- [x] Bug
- [ ] Enhancement
- [ ] Feature Request
- [ ] Question
---
- `zplug --version`: `2.4.2`
- `zsh --version`: `zsh 5.1.1 (x86_64-ubuntu-linux-gnu)`
- `uname …
-
- Type:
- [ ] Bug
- [ ] Enhancement
- [x] Feature Request
- [ ] Question
---
- `zplug --version`: `2.4.1`
- `zsh --version`: `zsh 5.1.1 (x86_64-ubuntu-linux-gnu)`
- `uname …
-
Hello. I have tried to install the them following the Manual and Zplug instructions when the first didn't work.
In both cases when i opened the console, it shown me the error:
`[oh-my-zsh] theme 'so…
Sosep updated
3 months ago
-
I'm using Zsh with zinit. `bd` works, but hitting TAB won't complete.
For example:
```bash
cd
mkdir -p aaa/bbb/ccc/ddd
cd aaa/bbb/ccc/ddd
bd bbb
```
takes me back to `bbb`, but:
```…
-
**Describe the bug**
Using zplug for loading `*.zsh` files from fzf only works once.
**To Reproduce**
Steps to reproduce the behavior:
* Add in `.zshrc`:
```
zplug "junegunn/fzf", from:git…