coach-scraper/.envrc

8 lines
135 B
Plaintext
Raw Permalink Normal View History

2023-11-27 20:09:40 +00:00
#!/usr/bin/env bash
if command -v git > /dev/null && on_git_branch; then
git config --local core.hooksPath .githooks/
fi
use flake