Files
dotfiles/.config/zsh/completion/_git-rebase-add-stash

4 lines
105 B
Plaintext

#compdef git-rebase-add-stash
_arguments '1:commit:__git_commits_prefer_recent' '2:stash:__git_stashes'