Skip to content

Commit

Permalink
feat(zsh-plugin): Use jira plugin to quick open jira_branch in git br…
Browse files Browse the repository at this point in the history
…anch
  • Loading branch information
kang8 committed Feb 6, 2025
1 parent be31725 commit d6aadd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export WORK=false
export WORK_JIRA_URL=https://jira.example.com
export JIRA_URL=$WORK_JIRA_URL
export HOMEBREW_GITHUB_API_TOKEN=
export VULTR_API_KEY=
1 change: 1 addition & 0 deletions zsh/.config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ plugins=(
kubectl
direnv
starship
jira
)

. $ZSH/oh-my-zsh.sh
Expand Down

0 comments on commit d6aadd4

Please sign in to comment.