set git editor to code -w
This commit is contained in:
parent
bf9a570ad5
commit
110373cde1
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@
|
||||||
userName = user;
|
userName = user;
|
||||||
userEmail = "seaswimmerthefsh@gmail.com";
|
userEmail = "seaswimmerthefsh@gmail.com";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
core = {
|
||||||
|
editor = "code -w";
|
||||||
|
};
|
||||||
commit = {
|
commit = {
|
||||||
gpgsign = true;
|
gpgsign = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue