diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-17 15:06:18 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-24 10:54:17 -0700 |
| commit | a21dfa78416544d56b41dc8a5529a8a41791dd34 (patch) | |
| tree | c925b4612ed4d218fc863a320384c4966d2f7f35 /config/bashrc | |
| parent | 9365cb33e578b08ca271fc8cb00ea0798b9e9f7a (diff) | |
Use asdf as default tool manager
Diffstat (limited to 'config/bashrc')
| -rw-r--r-- | config/bashrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/bashrc b/config/bashrc new file mode 100644 index 0000000..e1d8c9e --- /dev/null +++ b/config/bashrc @@ -0,0 +1,10 @@ +export RUBY_GC_MALLOC_LIMIT=79000000 +export RUBY_GC_HEAP_INIT_SLOTS=800000 +export RUBY_HEAP_FREE_MIN=100000 +export RUBY_HEAP_SLOTS_INCREMENT=400000 +export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 +export HISTSIZE=0 +export HISTFILESIZE=0 + +. $HOME/.asdf/asdf.sh +. $HOME/.asdf/completions/asdf.bash |
