server/.envrc

8 lines
135 B
Plaintext
Raw Permalink Normal View History

2023-11-28 17:50:13 +00:00
#!/usr/bin/env bash
2023-11-29 17:01:06 +00:00
if command -v git > /dev/null && on_git_branch; then
git config --local core.hooksPath .githooks/
fi
2023-11-28 17:50:13 +00:00
use flake