mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
15 lines
496 B
Markdown
15 lines
496 B
Markdown
|
# 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 |
|