mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Added README.md to lighthouse plugin
This commit is contained in:
parent
576ada138f
commit
1a4052b045
1 changed files with 15 additions and 0 deletions
15
plugins/lighthouse/README.md
Normal file
15
plugins/lighthouse/README.md
Normal file
|
@ -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 a new issue