Skip to content

Commit 9681bb9

Browse files
author
Edvard Majakari
committed
sample direnv config file
1 parent 29e9918 commit 9681bb9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Read .envrc settings in parent dirs if present
2+
source_up
3+
4+
# See https://github.com/direnv/direnv/wiki/Python#poetry to activate Poetry automatically
5+
layout_poetry
6+
7+
# first load defaults and then apply any custom env vars if present, overriding defaults
8+
dotenv .env.defaults
9+
dotenv_if_exists .env
10+
11+
# add any tools/scripts to the path
12+
PATH_add tools

0 commit comments

Comments
 (0)