From 2a7b606cc2cbba26e0f5c8ee18a35ed5fe66ae6c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 6 Apr 2024 17:17:24 +0200 Subject: [PATCH] pyenv and gitconfig stuff --- .gitconfig | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index eccff3f..4c7bf02 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 diff --git a/.zshrc b/.zshrc index d7394bf..7ceeb01 100644 --- a/.zshrc +++ b/.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