points/bin/.envrc

11 lines
250 B
Plaintext
Raw Permalink Normal View History

2024-02-22 18:37:43 +01:00
# See `direnv stdlib` for special functions provided by _direnv_.
use asdf
# Python virtual env
layout python3
if (($(echo $(direnv_layout_dir)/python* | wc --words) > 1)); then
log_error "Found several python environments"
du -sh .direnv/*
fi