aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc-git-init
blob: d78e46bc072a2d479ce865ba80ef9c6500c86c09 (plain)
1
2
3
4
5
# -*- mode: sh -*-
if [[ ! -d ./.git ]]; then
  git init
  git add .
fi