summaryrefslogtreecommitdiff
path: root/.zsh/zshenv
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-10-03 23:40:38 +0200
committerTobias Klauser <tklauser@distanz.ch>2022-10-03 23:40:38 +0200
commit6d90dd35def47f4236d55373741f065ce453b20e (patch)
treedab849d6e7d3f0f345d0944fad9676c9d2b1baae /.zsh/zshenv
parent919d0050d0caeb513134c69538b0f39dd521b3bb (diff)
Move pyenv and conda initialization to zshrc
Diffstat (limited to '.zsh/zshenv')
-rw-r--r--.zsh/zshenv/80_python5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zsh/zshenv/80_python b/.zsh/zshenv/80_python
index 994a3ab..4a18e9a 100644
--- a/.zsh/zshenv/80_python
+++ b/.zsh/zshenv/80_python
@@ -12,9 +12,4 @@
export PYTHONSTARTUP=$HOME/.pythonrc
-# see https://opensource.com/article/19/5/python-3-default-mac
-if command -v pyenv 1>/dev/null 2>&1; then
- eval "$(pyenv init -)"
-fi
-
# vim:ft=zsh