diff --git a/.config/zsh/completion/_git-rebase-add-stash b/.config/zsh/completion/_git-rebase-add-stash new file mode 100644 index 0000000..cbff192 --- /dev/null +++ b/.config/zsh/completion/_git-rebase-add-stash @@ -0,0 +1,3 @@ +#compdef git-rebase-add-stash + +_arguments '1:commit:__git_commits_prefer_recent' '2:stash:__git_stashes'