Skip to content

Commit

Permalink
fix(git): update gcai to break at 80c
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 2, 2024
1 parent 03d6b3c commit e0242fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

# mods
gcai =
"git --no-pager diff | mods 'write a commit message for this patch. also write the long commit message. use semantic commits' >.git/gcai; git commit -a -F .git/gcai -e";
"git --no-pager diff | mods 'write a commit message for this patch. also write the long commit message. use semantic commits. break the lines at 80 chars' >.git/gcai; git commit -a -F .git/gcai -e";
};
};

Expand Down

0 comments on commit e0242fc

Please sign in to comment.