diff --git a/zshenv b/zshenv index e90d509..20f5f17 100644 --- a/zshenv +++ b/zshenv @@ -11,10 +11,6 @@ SAVEHIST=5000 # Enable time stats for long lasting commands REPORTTIME=5 -# Add Homebrew python to PATH on macOS if present -[ -d /usr/local/opt/python/libexec/bin ] && \ - PATH=/usr/local/opt/python/libexec/bin:$PATH - # Add ~/.local to the environment fpath+=$HOME/.local/share/zsh/site-functions PATH=$HOME/.local/bin:$PATH