add .envrc
This commit is contained in:
parent
88d7e99d6b
commit
35fad85c13
1 changed files with 8 additions and 0 deletions
8
.envrc
Normal file
8
.envrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
# vi: ft=sh
|
||||
# shellcheck shell=bash
|
||||
|
||||
if ! has zvm_direnv_version || ! zvm_direnv_version 1.0.0; then
|
||||
source_url "https://git.lerch.org/lobo/zvm-direnv/raw/tag/1.0.0/direnvrc" "sha256-Gtddvcr6aJsrjKd53uChxA1reQmJgEBpmPUWmMdtDIQ="
|
||||
fi
|
||||
|
||||
use zig mach-latest
|
Loading…
Add table
Reference in a new issue