mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
fix
This commit is contained in:
parent
4f4ab08339
commit
5b78ec2d73
1 changed files with 5 additions and 1 deletions
|
|
@ -8,8 +8,12 @@ __git_branch_names() {
|
|||
}
|
||||
|
||||
_git-note() {
|
||||
_arguments '-b :branch-name:__git_branch_names [branch to attach note to]' \
|
||||
_arguments \
|
||||
- set1 \
|
||||
'-b[branch to attach note to]:branch-name:__git_branch_names ' \
|
||||
- set2 \
|
||||
'-l[list all branches with notes]' \
|
||||
- set3 \
|
||||
'-v[also show branches without notes]'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue