Created
November 11, 2013 16:29
-
-
Save thoughtpunch/7416028 to your computer and use it in GitHub Desktop.
My .zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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