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;
|
||||
userEmail = "seaswimmerthefsh@gmail.com";
|
||||
extraConfig = {
|
||||
core = {
|
||||
editor = "code -w";
|
||||
};
|
||||
commit = {
|
||||
gpgsign = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue