From 43107ed47b5206808cb2179c31e5f0bdf1f3d9a7 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 5 Apr 2022 12:27:32 -0400 Subject: [PATCH] Remove useless call to ulimit --- zsh/.zprofile | 1 - 1 file changed, 1 deletion(-) 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