LazyVim/.envrc

17 lines
398 B
Plaintext
Raw Normal View History

2023-03-31 17:56:00 +02:00
# See `direnv stdlib` for special functions provided by _direnv_.
use asdf
# Git
export GIT_AUTHOR_NAME="Michel"
export GIT_AUTHOR_EMAIL="michel@none"
export GIT_COMMITTER_NAME="Michel"
export GIT_COMMITTER_EMAIL="michel@none"
# Python virtual env
layout python3
if (($(echo $(direnv_layout_dir)/python* | wc --words) > 1)); then
log_error "Found several python environments"
\ls .direnv
fi