Add shortcut for opening current branch in Jira

This commit is contained in:
jradtilbrook 2017-10-22 09:29:06 +08:00
commit 386a7bed1a
No known key found for this signature in database
GPG key ID: 0A336FAEEE507041
2 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,7 @@ _1st_arguments=(
'dashboard:open the dashboard'
'reported:search for issues reported by a user'
'assigned:search for issues assigned to a user'
'br:open the issue named after the git branch of the current directory'
'dumpconfig:display effective jira configuration'
)