7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# This file is automatically loaded with `direnv` if allowed.
|
||
|
# It enters you into the venv.
|
||
|
|
||
|
source .localenv
|