From 50637e4c103d2d7f377b123b7d310920ed50e49e Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Thu, 23 Jan 2025 21:08:31 +0100 Subject: [PATCH] Update plugins/jira/README.md --- plugins/jira/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jira/README.md b/plugins/jira/README.md index 2b5b86cda..19266e7f0 100644 --- a/plugins/jira/README.md +++ b/plugins/jira/README.md @@ -44,7 +44,7 @@ This is also checks if the prefix is in the name, and adds it if not, so: "MP-12 "mp-1234" opens the issue "mp-1234", and "1234" opens the issue "MP-1234". If your branch naming convention deviates, you can overwrite the jira_branch function to determine and echo the Jira issue key yourself. -Define a function `jira_branch` after sourcing `oh-my-zsh.sh`. +Define a function `jira_branch` after sourcing `oh-my-zsh.sh` in your `.zshrc`. Example: ```zsh # Determine branch name from naming convention 'type/KEY-123/description'.