Use "kak" instead of nix store path for kak in git editor
This commit is contained in:
parent
bf8d138fca
commit
80db2112a0
|
@ -169,7 +169,7 @@ in rec {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
core.editor = "${kak.package}/bin/kak";
|
core.editor = "kak";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user