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)
|
||||
gh copilot alias -- bash > @(tmpfile)
|
||||
source-bash @(tmpfile)
|
||||
ulimit -n 4096
|
||||
'';
|
||||
package = pkgs.xonsh.override {
|
||||
extraPackages = ps: [
|
||||
|
|
Loading…
Reference in a new issue