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