Move default Git commit message template
This commit is contained in:
parent
1c6401af08
commit
b0c2021d92
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.file.".gitmessage".text = ''
|
home.file."${config.xdg.configHome}/git/message".text = ''
|
||||||
|
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
checkout.defaultRemote = "origin";
|
checkout.defaultRemote = "origin";
|
||||||
color.ui = true;
|
color.ui = true;
|
||||||
column.ui = "auto";
|
column.ui = "auto";
|
||||||
commit.template = "~/.gitmessage";
|
commit.template = "${config.xdg.configHome}/git/message";
|
||||||
|
|
||||||
core = {
|
core = {
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue