Created
March 2, 2023 13:00
-
-
Save steveclarke/73be8e84e43a54b3064f202781f11322 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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