remove asdf profile hook

Fri, 24 Jan 2025 15:16:06 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 24 Jan 2025 15:16:06 -0600
changeset 1184
89378394f07f
parent 1183
c5735f6254b1
child 1185
c1c5ceab0dc0

remove asdf profile hook

.profile.common file | annotate | diff | comparison | revisions
--- a/.profile.common
+++ b/.profile.common
@@ -19,10 +19,6 @@ if [ -x ~/.local/bin/mise ]; then
   eval "$(mise activate ${ZSH_NAME:-bash})"
 fi
 
-if [ -d ~/.asdf ]; then
-  source ~/.asdf/asdf.sh
-fi
-
 if [ -x "$(command -v nvim)" ]; then
   export EDITOR=nvim
   alias vim=nvim
@@ -37,9 +33,6 @@ export GPG_TTY="$(tty)"
 
 export PERL_CPANM_OPT='-nq --prompt'
 
-export ASDF_CONCURRENCY='2'
-export RUBY_EXTRA_CONFIGURE_OPTIONS="--enable-shared --enable-install-doc"
-
 alias l='ls -lFh'     #size,show type,human readable
 alias la='ls -lAFh'   #long list,show almost all,show type,human readable
 alias lt='ls -ltFh'   #long list,sorted by date,show type,human readable

mercurial