Skip to content

Instantly share code, notes, and snippets.

@osmszk
Created June 17, 2021 23:41
Show Gist options
  • Save osmszk/4fdfc6cf987155cbe443a30ce3fb027c to your computer and use it in GitHub Desktop.
Save osmszk/4fdfc6cf987155cbe443a30ce3fb027c to your computer and use it in GitHub Desktop.
m1macの rbenv初期化コマンド(.zshrc に書き込む)
# 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