various workflow changes

This commit is contained in:
2023-04-28 06:52:15 -04:00
parent 27fbca8f75
commit a6ac79de70
6 changed files with 48 additions and 18 deletions

3
zsh/config.d/pyenv.zsh Normal file
View File

@@ -0,0 +1,3 @@
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"