Explorar el Código

feat: update git commit alias to include 'docs' in commit message options

Tom McKenzie hace 6 meses
padre
commit
5e2871f728
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .rc.d/aliases.sh

+ 1 - 1
.rc.d/aliases.sh

@@ -84,7 +84,7 @@ checkout() {
   cd "$HOME/repos/$DIR" || return
 }
 
-alias ac="git diff --staged | llm -m openrouter/meta-llama/llama-4-maverick:free -s 'Write a concise, imperative-mood git commit message summarizing these changes. Begin with feat, fix, bug, or chore. No preamble or yapping.' | git commit -F -"
+alias ac="git diff --staged | llm -m openrouter/meta-llama/llama-4-maverick:free -s 'Write a concise, imperative-mood git commit message summarizing these changes. Begin with feat, fix, bug, docs, or chore. No preamble or yapping.' | git commit -F -"
 
 alias pbjson="pbpaste | jq -r"
 alias pbjsons="pbpaste | jq -sRr '@json'"