From ffd79b4d4c482493b700272fc56ff3a6a7365545 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 8 Apr 2022 13:41:54 -0400 Subject: [PATCH] Add ulimit invocation back in here in case it actually does something --- zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) 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