diff --git a/zsh/.zprofile b/zsh/.zprofile index 37b2834..bbc48ab 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -5,3 +5,4 @@ fi export PATH="$PATH:/Users/jdormit/.local/bin" eval "$(pyenv init --path)" export SYSTEM_VERSION_COMPAT=1 +ulimit -n 524288