set ulimit -n
to 4096 in xonsh shell config
This commit is contained in:
parent
ee1f3a5099
commit
7e37712843
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
||||||
tmpfile = $(mktemp)
|
tmpfile = $(mktemp)
|
||||||
gh copilot alias -- bash > @(tmpfile)
|
gh copilot alias -- bash > @(tmpfile)
|
||||||
source-bash @(tmpfile)
|
source-bash @(tmpfile)
|
||||||
|
ulimit -n 4096
|
||||||
'';
|
'';
|
||||||
package = pkgs.xonsh.override {
|
package = pkgs.xonsh.override {
|
||||||
extraPackages = ps: [
|
extraPackages = ps: [
|
||||||
|
|
Loading…
Reference in a new issue