add a shebang to the .envrc

This commit is contained in:
cswimr 2025-01-28 06:40:22 -06:00
parent 3671e2adfd
commit 157bd3c8af
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

1
.envrc
View file

@ -1,3 +1,4 @@
#! /usr/bin/env bash
# make this point to wherever your own es25519 ssh key is
SOPS_AGE_KEY=$(ssh-to-age -i ~/.ssh/id_ed25519 -private-key)
export SOPS_AGE_KEY