mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat: variable can store multiple values
This commit is contained in:
parent
25a980ef46
commit
701cb644dd
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ _git_commit_aliases=(
|
||||||
'wip'
|
'wip'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
typeset -a _git_commit_flags
|
||||||
_git_commit_flags=(
|
_git_commit_flags=(
|
||||||
'-s'
|
'-s'
|
||||||
'--scope'
|
'--scope'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue