Skip to content

Commit f1bb053

Browse files
committed
fix(git): alias...
1 parent 2961271 commit f1bb053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/home/programs/cli/git.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
commit.gpgsign = true;
4242
tag.gpgsign = true;
4343

44-
aliases = {
44+
alias = {
4545
co = "checkout";
4646
br = "branch";
4747
ci = "commit";

0 commit comments

Comments
 (0)