From 484957091aeb4c5a18f05ec5d80789bf6064e841 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Sat, 17 Feb 2024 23:32:35 +0900 Subject: [PATCH] feat: update zprofile --- .zprofile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zprofile b/.zprofile index e914901..fb26ded 100644 --- a/.zprofile +++ b/.zprofile @@ -1,7 +1,3 @@ -export PYENV_ROOT="$HOME/.pyenv" -export PATH="$PYENV_ROOT/bin:$PATH" - -eval "$(pyenv init --path)" if [[ $(uname -m) == 'arm64' ]]; then # Set PATH, MANPATH, etc., for Homebrew.