feat(jj): Configure jj
This commit is contained in:
parent
d4f56d0b02
commit
5c9cd744b9
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
||||||
user.name = config.programs.git.userName;
|
user.name = config.programs.git.userName;
|
||||||
user.email = config.programs.git.userEmail;
|
user.email = config.programs.git.userEmail;
|
||||||
ui.default-command = "log";
|
ui.default-command = "log";
|
||||||
|
aliases.init = [
|
||||||
|
"git"
|
||||||
|
"init"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue