add asdf options

Thu, 08 Mar 2018 15:50:44 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 08 Mar 2018 15:50:44 -0500
changeset 696
46dd5299006d
parent 695
1dc38f7164ce
child 697
4fdde5f56193

add asdf options

.profile.common file | annotate | diff | comparison | revisions
--- a/.profile.common
+++ b/.profile.common
@@ -10,9 +10,13 @@ make -s -C ~/.ssh || {
 export EDITOR=vim
 export SUDO_EDITOR=$HOME/bin/privim
 export LESS='Ri'
+
 export PERL_CPANM_OPT='-nq --prompt'
 export DEVEL_REPL_PROFILE='Standard'
 
+export ASDF_CONCURRENCY='2'
+export RUBY_EXTRA_CONFIGURE_OPTIONS="--enable-shared --enable-install-doc"
+
 alias hgcd='cd $(hg root)'
 alias gcd='cd "$(git rev-parse --show-toplevel)"'
 

mercurial