Files
dotfiles/git/lazygit.yml
2022-12-26 18:22:04 +01:00

12 lines
283 B
YAML

git:
paging:
colorArg: always
pager: delta --dark --paging=never syntax-theme=Dracula
customCommands:
- key: "C"
command: "git cz c"
description: "commit with commitizen"
context: "files"
loadingText: "opening commitizen commit tool"
subprocess: true