Skip to content

Commit c53d4d2

Browse files
chore: sync 2026-06-16 21:19
Changes: M shell/.zshrc
1 parent 5641f3b commit c53d4d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ alias remove='sudo pacman -R'
7777
alias clean='sudo pacman -Rns $(pacman -Qtdq)'
7878
alias list-explicit='pacman -Qe'
7979
alias sync-stoa='stoa-sync'
80-
alias git-add-commit='git add -A && git commit -m "$(printf 'chore: sync %s\n\nChanges:\n%s' \
80+
alias commit-all='git add -A && git commit -m "$(printf 'chore: sync %s\n\nChanges:\n%s' \
8181
"$(date '+%Y-%m-%d %H:%M')" \
8282
"$(git diff --cached --name-status)")"'
8383

0 commit comments

Comments
 (0)