summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-21 16:48:14 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-21 16:48:14 +0300
commitc776bf31c9d1f25144ee156c71dd1a1846aef29d (patch)
treedaaa45f7ae8bd9f76f1058dd6d83a26ff367fa23 /zsh/zshrc
parent8dd95794e5c91d9e51063303271eabc7b724bfe8 (diff)
Updated some quirks.
Changes to be committed: modified: Vencord/settings/settings.json modified: zsh/aliases modified: zsh/zshrc
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 3e7eca4..cc79c66 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -22,3 +22,7 @@ PROMPT_EOL_MARK=""
promptinit
compinit
+
+export PYENV_ROOT="$HOME/.pyenv"
+command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
+eval "$(pyenv init -)"