Skip to content

Commit

Permalink
optional direnv support
Browse files Browse the repository at this point in the history
  • Loading branch information
bukzor committed Jan 29, 2025
1 parent 0a9e4b3 commit 43fbc21
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
VIRTUAL_ENV="$PWD/.venv"
path_add PATH "$VIRTUAL_ENV/bin"
PS1_PREFIX="(venv:claude-engineer) "

if ! [ -x "$VIRTUAL_ENV/bin/python" ]; then
cat >&2 <<EOF
TIP: to get started, have a look at README.md
EOF
fi

0 comments on commit 43fbc21

Please sign in to comment.