diff --git a/zsh/.zprofile b/zsh/.zprofile index 0bb58b6..37b2834 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -2,7 +2,6 @@ if [[ -f "/opt/homebrew/bin/brew" ]]; then eval "$(/opt/homebrew/bin/brew shellenv)" FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}" fi -ulimit -n 10240 export PATH="$PATH:/Users/jdormit/.local/bin" eval "$(pyenv init --path)" export SYSTEM_VERSION_COMPAT=1