set ulimit -n to 4096 in xonsh shell config

This commit is contained in:
Seaswimmer 2024-12-22 10:46:02 -05:00
parent ee1f3a5099
commit 7e37712843
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -88,6 +88,7 @@
tmpfile = $(mktemp)
gh copilot alias -- bash > @(tmpfile)
source-bash @(tmpfile)
ulimit -n 4096
'';
package = pkgs.xonsh.override {
extraPackages = ps: [