diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-18 15:34:38 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-24 10:57:24 -0700 |
| commit | e6cd3297543fcd344ed3391ffb5972ba3c3dd635 (patch) | |
| tree | ead2a3eeff98e6cecbaaf3a68ac24eac11d54513 | |
| parent | cdc10df208d9f84319365fb471d2b857e7628d62 (diff) | |
Export env vars to speed up run time
| -rw-r--r-- | config/bashrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/bashrc b/config/bashrc index d9d8a2e..f493092 100644 --- a/config/bashrc +++ b/config/bashrc @@ -1,2 +1,15 @@ +export BUNDLE_JOBS=8 +export DOTNET_CLI_TELEMETRY_OPTOUT=1 +export HISTFILESIZE=0 +export HISTSIZE=0 +export LANG=en_US.UTF-8 +export LANGUAGE=en_US:en +export LC_ALL=en_US.UTF-8 +export RUBY_GC_HEAP_INIT_SLOTS=800000 +export RUBY_GC_MALLOC_LIMIT=79000000 +export RUBY_HEAP_FREE_MIN=100000 +export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 +export RUBY_HEAP_SLOTS_INCREMENT=400000 + . $HOME/.asdf/asdf.sh . $HOME/.asdf/completions/asdf.bash |
