mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
10 lines
305 B
Markdown
10 lines
305 B
Markdown
# Gebug plugin
|
|
|
|
This plugin adds completion for [Gebug](https://github.com/moshebe/gebug), the tool that make debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features.
|
|
|
|
To use it, add `gebug` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... gebug)
|
|
```
|
|
|