Skip to content

Commit cea1ed6

Browse files
committed
fix(apps.git): should use alias instead of old aliases
1 parent 48e3241 commit cea1ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/apps/git.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
diff = {
4242
colorMoved = "default";
4343
};
44-
aliases = {
44+
alias = {
4545
st = "status";
4646
cm = "commit -m";
4747
co = "checkout";

0 commit comments

Comments
 (0)