mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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'
|
'ci'
|
||||||
'docs'
|
'docs'
|
||||||
'feat'
|
'feat'
|
||||||
|
'feat'
|
||||||
'fix'
|
'fix'
|
||||||
'perf'
|
'perf'
|
||||||
'refactor'
|
'refactor'
|
||||||
|
|
@ -18,6 +19,8 @@ _git_commit_aliases=(
|
||||||
'style'
|
'style'
|
||||||
'test'
|
'test'
|
||||||
'wip'
|
'wip'
|
||||||
|
'ops'
|
||||||
|
'test'
|
||||||
)
|
)
|
||||||
|
|
||||||
local _alias _type
|
local _alias _type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue