Skip to content

Commit f723dd9

Browse files
committed
Add direnv .envrc file.
1 parent 064e522 commit f723dd9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.envrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
# Automatically sets up your devbox environment whenever you cd into this
4+
# directory via our direnv integration:
5+
6+
eval "$(devbox generate direnv --print-envrc)"
7+
8+
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
9+
# for more details

0 commit comments

Comments
 (0)