chore: chore

This commit is contained in:
2025-10-11 13:38:26 +02:00
parent c1335f3d49
commit 3889864784

View File

@@ -11,8 +11,9 @@ is_ssh() {
} }
_home_push() { _home_push() {
export msg="$1"
git add -A git add -A
git commit -m "${1:-$CHORE_CHORE}" git commit -m "${msg:-$CHORE_CHORE}"
git push $2 $3 git push $2 $3
} }
@@ -113,4 +114,4 @@ _join_by() {
if shift 2; then if shift 2; then
printf %s "$f" "${@/#/$d}" printf %s "$f" "${@/#/$d}"
fi fi
} }