Skip to content

Instantly share code, notes, and snippets.

@3lvis
Created January 2, 2016 12:52
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 3lvis/4e2e9ed8e1241d366e15 to your computer and use it in GitHub Desktop.
Save 3lvis/4e2e9ed8e1241d366e15 to your computer and use it in GitHub Desktop.
zshrc
export ZSH=/Users/elvis/.oh-my-zsh
ZSH_THEME="robbyrussell"
plugins=(git wd xcode)
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
source $ZSH/oh-my-zsh.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment