1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-02 20:04:35 +08:00
ohmyzsh-mirror/plugins/gebug
2021-01-19 22:41:21 +02:00
..
gebug.plugin.zsh add gebug plugin 2021-01-19 22:41:21 +02:00
README.md add gebug plugin 2021-01-19 22:41:21 +02:00

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)