mirror of
https://github.com/zplug/zplug
synced 2025-04-30 13:17:57 +02:00
44 lines
462 B
Markdown
44 lines
462 B
Markdown
## Problem Summary
|
|
|
|
REPLACE ME
|
|
|
|
## System Information
|
|
|
|
- `uname -a`
|
|
|
|
```
|
|
REPLACE ME
|
|
```
|
|
|
|
- zsh version
|
|
|
|
```
|
|
REPLACE ME
|
|
```
|
|
|
|
- zplug version/commit
|
|
|
|
```
|
|
REPLACE ME
|
|
```
|
|
|
|
## Minimal zshrc
|
|
|
|
Create a minimal reproducing set of configurations for this issue. Please
|
|
remove all unnecessary parts!
|
|
|
|
```zsh
|
|
source ~/.zplug/init.zsh
|
|
|
|
# REPLACE ME
|
|
zplug 'foo/bar'
|
|
|
|
zplug load --verbose
|
|
```
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. REPLACE ME
|
|
2. REPLACE ME
|
|
3. ...
|