# HG changeset patch # User Meredith Howard # Date 1520542244 18000 # Node ID 46dd5299006d117bf29bacf9999cbda8738ff58b # Parent 1dc38f7164ce34b2bd2809fc6a4d6e12bfe78e2f add asdf options diff --git a/.profile.common b/.profile.common --- 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)"'