From 4287678dc790886bf7ad9ba60c8e711a0e23cde5 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 22 Feb 2021 17:06:28 -0500 Subject: [PATCH] Up ulimit for zsh --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 56ed155..1bdd7b9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -101,6 +101,9 @@ alias kns="kubens" alias kctx="kubectx" alias tf="terraform" +# Up the ulimit +ulimit -S -n 4096 + # VTerm integration # Some of the most useful features in emacs-libvterm require shell-side # configurations. The main goal of these additional functions is to enable the