1
0
Fork 0

zsh: Add hub-draft-pr alias

This commit is contained in:
Jeremy Kaplan 2019-11-05 12:39:37 -08:00 committed by Jeremy Kaplan
commit 32880e3fa1

View file

@ -37,3 +37,5 @@ fe() {
} }
alias t='task' alias t='task'
alias hub-draft-pr="hub pull-request --draft --push"