mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
feat(git-commit): add extra scopes
This commit is contained in:
parent
13d4176a68
commit
6f6aecff8f
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ _git_commit_aliases=(
|
|||
'ci'
|
||||
'docs'
|
||||
'feat'
|
||||
'feat'
|
||||
'fix'
|
||||
'perf'
|
||||
'refactor'
|
||||
|
|
@ -18,6 +19,8 @@ _git_commit_aliases=(
|
|||
'style'
|
||||
'test'
|
||||
'wip'
|
||||
'ops'
|
||||
'test'
|
||||
)
|
||||
|
||||
local _alias _type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue