1
0
Fork 0

update-lazygit config

This commit is contained in:
Malte Brandy 2021-06-08 00:36:11 +02:00
parent 8c04d47ed5
commit 51cb0ea6b2
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -22,7 +22,22 @@
enableAliases = true;
};
lazygit = {
settings.gui.theme.lightTheme = true;
settings = {
customCommands = [
{
key = "s";
command = "git sync";
context = "global";
subprocess = true;
}
{
key = "s";
command = "git sync";
context = "files";
subprocess = true;
}
];
};
enable = true;
};
direnv = {