diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index e569b8c..ad804b7 100644 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -162,6 +162,16 @@ function dbar() { } +function gcmr() { + if [[ "$*" == "--draft" ]] + then + draft="--draft" + else + draft="" + fi + gh pr create -a "@me" --fill -y $draft +} + function cmr() { if [[ "$*" == "--draft" ]] then