summaryrefslogtreecommitdiff
path: root/.zsh/zprofile/80_pyenv
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/zprofile/80_pyenv
parent919d0050d0caeb513134c69538b0f39dd521b3bb (diff)
Move pyenv and conda initialization to zshrc
Diffstat (limited to '.zsh/zprofile/80_pyenv')
-rw-r--r--.zsh/zprofile/80_pyenv14
1 files changed, 0 insertions, 14 deletions
diff --git a/.zsh/zprofile/80_pyenv b/.zsh/zprofile/80_pyenv
deleted file mode 100644
index da505d0..0000000
--- a/.zsh/zprofile/80_pyenv
+++ /dev/null
@@ -1,14 +0,0 @@
-# zprofile/80_pyenv
-#
-# Set variables related to pyenv
-#
-# Copyright © 2021 Tobias Klauser <tklauser@distanz.ch>
-# Released under the terms of the Artistic Licence 2.0
-#
-# Source repository: git://git.distanz.ch/dotfiles/zsh.git
-
-if command -v pyenv 1>/dev/null 2>&1; then
- eval "$(pyenv init --path)"
-fi
-
-# vim:ft=zsh