mirror of https://github.com/ohmyzsh/ohmyzsh.git
Added README.md to lighthouse plugin
parent
576ada138f
commit
1a4052b045
|
@ -0,0 +1,15 @@
|
||||||
|
# Lighthouse plugin
|
||||||
|
|
||||||
|
This plugin issue lighthouse tickets.
|
||||||
|
|
||||||
|
To use it, add `lighthouse` to the plugins array in your zshrc file:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
plugins=(... lighthouse)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Aliases
|
||||||
|
|
||||||
|
| Alias | Command | Description |
|
||||||
|
|-------|----------------------------------------|------------------------------------------------------|
|
||||||
|
| lho | `open_lighthouse_ticket` | Opening lighthouse ticket |
|
Loading…
Reference in New Issue