Skip to content

Commit

Permalink
add .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Aug 15, 2024
1 parent 15413ba commit dd1cfc0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -eo pipefail
shopt -s inherit_errexit

watch_file venv/bin/activate

if [[ -f "venv/bin/activate" ]]; then
source venv/bin/activate
fi

0 comments on commit dd1cfc0

Please sign in to comment.