mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Conflict merge 1
This commit is contained in:
commit
4d4fd1ba97
19 changed files with 1371 additions and 0 deletions
|
|
@ -17,11 +17,15 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
|
|||
FOUND_PYENV=1
|
||||
export PYENV_ROOT=$pyenvdir
|
||||
export PATH=${pyenvdir}/bin:$PATH
|
||||
<<<<<<< HEAD
|
||||
eval "$(pyenv init - zsh)"
|
||||
|
||||
if pyenv commands | command grep -q virtualenv-init; then
|
||||
eval "$(pyenv virtualenv-init - zsh)"
|
||||
fi
|
||||
=======
|
||||
eval "$(pyenv init --no-rehash - zsh)"
|
||||
>>>>>>> c0134a9450e486251b247735e022d7efeb496b9c
|
||||
|
||||
function pyenv_prompt_info() {
|
||||
echo "$(pyenv version-name)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue