summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/bashrc13
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