Remove useless call to ulimit

This commit is contained in:
Jeremy Dormitzer 2022-04-05 12:27:32 -04:00
parent 17bf376cce
commit 43107ed47b

View File

@ -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