mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Clean up doc
This commit is contained in:
parent
2bbe6aba8f
commit
2d66016102
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# To use: add a .jira-url file containing your
|
# To use: add a .jira-url file in the base of your project
|
||||||
# Jira project's base url in the root of your project.
|
# Setup: cd to/my/project
|
||||||
# Example: https://name.jira.com
|
echo "https://name.jira.com" >> .jira-url
|
||||||
# Usage: jira # opens a new issue
|
# Usage: jira # opens a new issue
|
||||||
# jira ABC-123 # Opens an existing issue
|
# jira ABC-123 # Opens an existing issue
|
||||||
open_jira_issue () {
|
open_jira_issue () {
|
||||||
|
|
Loading…
Reference in a new issue