Remove useless call to ulimit
This commit is contained in:
parent
17bf376cce
commit
43107ed47b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user