mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 04:40:59 +01:00
add gebug plugin
This commit is contained in:
10
plugins/gebug/README.md
Normal file
10
plugins/gebug/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user