mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-07 18:50:34 +00:00
fix: Use pyenv instead of local/bin/python hack
This commit is contained in:
@@ -85,6 +85,12 @@ x-have rbenv && {
|
||||
eval "$(rbenv init - zsh)"
|
||||
}
|
||||
|
||||
x-have pyenv && {
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
}
|
||||
|
||||
# Run only if tmux is active
|
||||
[[ -n "$TMUX" ]] && {
|
||||
# Autoupdate tmux window name
|
||||
|
||||
Reference in New Issue
Block a user