From c776bf31c9d1f25144ee156c71dd1a1846aef29d Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:48:14 +0300 Subject: Updated some quirks. Changes to be committed: modified: Vencord/settings/settings.json modified: zsh/aliases modified: zsh/zshrc --- zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/zshrc') 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 -)" -- cgit v1.2.3