feat: add custom wip key

This commit is contained in:
Daylin Morgan 2023-01-19 10:43:42 -06:00
parent ebb49a2022
commit 408ac5e8d8

View file

@ -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