mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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'
|
||||
)
|
||||
|
||||
typeset -a _git_commit_flags
|
||||
_git_commit_flags=(
|
||||
'-s'
|
||||
'--scope'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue