gh alias set issueBranch --shell \ 'title="$(gh issue view $1 --json title --jq .title)"; \ slug="$(source $HOME/.zshrc && slugify "$title")"; \ git checkout -b "prefix-$1.$slug"'