feat: add custom wip key
This commit is contained in:
parent
ebb49a2022
commit
408ac5e8d8
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@ git:
|
|||
colorArg: always
|
||||
pager: delta --dark --paging=never
|
||||
|
||||
customCommands:
|
||||
- key: "W"
|
||||
description: "wip in progess"
|
||||
command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"'
|
||||
context: "files"
|
||||
|
||||
files:
|
||||
commitChangesWithoutHook: null # commit changes without pre-commit hook
|
||||
|
||||
# fall back theme in case terminal app not configured
|
||||
gui:
|
||||
showFileTree: true
|
||||
|
|
Loading…
Reference in a new issue