Created
June 17, 2021 23:41
-
-
Save osmszk/4fdfc6cf987155cbe443a30ce3fb027c to your computer and use it in GitHub Desktop.
m1macの rbenv初期化コマンド(.zshrc に書き込む)
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
# rbenv | |
export PATH="$HOME/.rbenv/bin:$PATH" | |
eval "$(rbenv init -)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment