pyenv and gitconfig stuff

This commit is contained in:
Christoph J. Scherr 2024-04-06 17:17:24 +02:00
parent 243cc8140f
commit 2a7b606cc2
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,4 @@
repo = /home/plex/Documents/code/rs/pt
repo = /home/plex/Documents/code/rs/rs-base
repo = /home/plex/Documents/code/rs/rs-basic
repo = /home/plex/Documents/code/rs/wordle-analyzer

1
.zshrc
View File

@ -210,3 +210,4 @@ export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init - zsh)"
pyenv activate std 2> /dev/null > /dev/null