Add lazygit config with custom deploy command

This commit is contained in:
Tim 2025-01-14 17:11:27 +01:00
parent 669c75da97
commit e17180cf47

View File

@ -0,0 +1,7 @@
customCommands:
- key: '<c-d>'
context: 'global'
command: "dep deploy"
showOutput: true
loadingText: "Deploying"
outputTitle: "Deploy output"