diff --git a/.init/functions.sh b/.init/functions.sh index 1f0941ee..44626801 100755 --- a/.init/functions.sh +++ b/.init/functions.sh @@ -11,9 +11,8 @@ is_ssh() { } _home_push() { - export msg="$1" git add -A - git commit -m "${msg:-'$CHORE_CHORE'}" + git commit -m "${1:-$CHORE_CHORE}" git push $2 $3 }