Skip to content

Instantly share code, notes, and snippets.

@thoughtpunch
Created November 11, 2013 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoughtpunch/7416028 to your computer and use it in GitHub Desktop.
Save thoughtpunch/7416028 to your computer and use it in GitHub Desktop.
My .zshrc
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
#ALIASES
alias edit="open -a 'Sublime Text 2'"
alias zshconf="edit ~/.zshrc"
alias ohmyzsh="edit ~/.oh-my-zsh"
alias be="bundle exec"
alias install="brew update;brew install"
alias livereload="bundle exec guard -P livereload -i"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
plugins=(brew bundler cap git github jira nyan osx rails3 ruby sublime)
source $ZSH/oh-my-zsh.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment