Skip to content

Instantly share code, notes, and snippets.

@steveclarke
Created March 2, 2023 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveclarke/73be8e84e43a54b3064f202781f11322 to your computer and use it in GitHub Desktop.
Save steveclarke/73be8e84e43a54b3064f202781f11322 to your computer and use it in GitHub Desktop.
#asdf_bin_root=$(dirname $RUBY_VERSION_MANAGER_PATH)
#source "${asdf_bin_root}/../asdf.sh"
#asdf shell ruby $RUBY_VERSION_MANAGER_DISTRIBUTION_ID
# https://youtrack.jetbrains.com/issue/RUBY-27899/Terminal-fails-to-source-chruby.sh-when-using-fish
# https://youtrack.jetbrains.com/issue/RUBY-27517/Terminal-fish-shell-prints-an-error-for-ASDF-startup-script
set asdf_bin_root $(dirname $RUBY_VERSION_MANAGER_PATH)
source $asdf_bin_root/../asdf.fish
asdf shell ruby $RUBY_VERSION_MANAGER_DISTRIBUTION_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment