PYENV: ajouté à ZSH

This commit is contained in:
2024-10-17 11:41:57 +02:00
parent af4057e4ec
commit b04dfb860a
3 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,9 @@
emulate sh -c '. ~/.profile'
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
# Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx