Skip to content

Instantly share code, notes, and snippets.

@binocchi
Created October 12, 2015 16:22
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 binocchi/99f0fecdc14692081ea6 to your computer and use it in GitHub Desktop.
Save binocchi/99f0fecdc14692081ea6 to your computer and use it in GitHub Desktop.
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
# 下記2行を追加修正
export PATH=$PATH:$HOME/.rbenv/bin:$HOME/.rbenv/shims
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment