pyenv and gitconfig stuff
This commit is contained in:
parent
243cc8140f
commit
2a7b606cc2
2 changed files with 2 additions and 0 deletions
|
@ -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
1
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue