bootstrap/specs/phoenix/template/.envrc

8 lines
135 B
Plaintext
Raw Normal View History

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