mirror of https://github.com/ohmyzsh/ohmyzsh.git
2a99e472e1 | ||
---|---|---|
.. | ||
README.md | ||
gebug.plugin.zsh |
README.md
Gebug plugin
This plugin adds completion for 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:
plugins=(... gebug)