# HG changeset patch # User Meredith Howard # Date 1737753366 21600 # Node ID 89378394f07ffb9b7001cf521451e0e379fabea3 # Parent c5735f6254b12a7cc7a24e09d4b3d58d1c2b2bed remove asdf profile hook diff --git a/.profile.common b/.profile.common --- 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