Skip to content

Instantly share code, notes, and snippets.

@ychubachi
Created September 5, 2013 04:10
Show Gist options
  • Save ychubachi/6446002 to your computer and use it in GitHub Desktop.
Save ychubachi/6446002 to your computer and use it in GitHub Desktop.
** Zsh & oh-my-zsh
- robbyrussell/oh-my-zsh
- https://github.com/robbyrussell/oh-my-zsh
- 'The manual way'参照
- rbenv設定追加
- emacs .zshrc
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