New backup 2025-09-20 12:45:01

This commit is contained in:
Penelope Gwen 2025-09-20 12:45:01 -07:00
parent 9c361c37a4
commit e8e42c15d7

View file

@ -157,7 +157,7 @@ fi
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - bash)"
eval "$(pyenv init - bash 2>/dev/null)"
TPUT_RED="$(tput setaf 1)$(tput setab 0)"
TPUT_MAGENTA_BG="$(tput setab 5)$(tput setaf 0)"