diff options
Diffstat (limited to '.zsh_functions')
-rw-r--r-- | .zsh_functions/_git-rbm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh_functions/_git-rbm b/.zsh_functions/_git-rbm new file mode 100644 index 0000000..e52589d --- /dev/null +++ b/.zsh_functions/_git-rbm @@ -0,0 +1,3 @@ +#compdef git-rbm +#description Completes branches to rebase-and-merge +__git_branch_names |