-
-
Save tbrooke/2d82ed5b94ca6fa49403 to your computer and use it in GitHub Desktop.
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" | |
source ~/bin/tmuxinator.zsh | |
# Example aliases | |
# alias zshconfig="mate ~/.zshrc" | |
# alias ohmyzsh="mate ~/.oh-my-zsh" | |
alias v=vim | |
alias vp="virb-pry" | |
alias lg=legit | |
alias n='/Volumes/NIFTY' | |
alias e=emacs | |
alias s=subl | |
alias git=hub | |
alias ubuntu="ssh [email protected]" | |
alias brake='bundle exec rake' | |
alias brails='bin/rails' | |
alias pm='bundle exec rackup -s puma -p 3000' | |
alias gun='bundle exec shotgun' | |
alias up='./boot2docker up' | |
alias ed='emacs --daemon' | |
alias ec='/usr/local/bin/emacsclient -ct' | |
alias rs='bin/rspec' | |
alias bard='bundle exec guard' | |
alias bcap='bundle exec cap deploy' | |
alias rhcmsm='rhc setup -l [email protected]' | |
alias rhctom='rhc setup -l [email protected]' | |
alias rhctmb='rhc setup -l [email protected]' | |
alias sicp='racket -i -p neil/sicp -l xrepl' | |
alias tk='tmux kill-session' | |
# Set to this to use case-sensitive completion | |
# CASE_SENSITIVE="true" | |
# Comment this out to disable weekly auto-update checks | |
# DISABLE_AUTO_UPDATE="true" | |
# Uncomment following line if you want to disable colors in ls | |
# DISABLE_LS_COLORS="true" | |
# Uncomment following line if you want to disable autosetting terminal title. | |
# DISABLE_AUTO_TITLE="true" | |
# Uncomment following line if you want red dots to be displayed while waiting for completion | |
# COMPLETION_WAITING_DOTS="true" | |
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) | |
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | |
# Example format: plugins=(rails git textmate ruby lighthouse) | |
plugins=(git rails ruby ) | |
export EDITOR=vim | |
setopt auto_cd | |
source $ZSH/oh-my-zsh.sh | |
export RSENSE_HOME="~/.rsense/" | |
source ~/.nvm/nvm.sh | |
export GOPATH=$HOME/golang | |
# Customize to your needs... | |
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/tmb/.rbenv/bin:~/bin:/usr/local/share/npm/bin: | |
eval "$(rbenv init -)" | |
export PATH="$HOME/.rbenv/bin:$PATH" | |
export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH" | |
export PATH="$HOME/vert/vert.x-2.1.1/bin:$PATH" | |
export PATH="/Applications/Postgres.app/Contents/MacOS/bin:$PATH" | |
export PATH="~/bin:$PATH" | |
export PATH="$HOME/.nailgun:$PATH" | |
export PATH="$PATH:/usr/local/smlnj-110.75/bin" | |
export PATH="$PATH:/usr/local/share/python" | |
export PATH="$PATH:/usr/local/bin/legit" | |
export PATH="$PATH:/User/tmb/.boot/boot" | |
export PATH="$PATH:/usr/local/bin/riak" | |
export PATH="$PATH:/Applications/Postgres.app/Contents/Versions/9.3/bin" | |
export PATH="$PATH:/Users/tmb/packer/packer" | |
export PATH="$PATH:/Applications/Racket v6.2/bin" | |
export PATH=$PATH:/usr/local/opt/go/libexec/bin | |
export PATH=$PATH:$GOPATH/bin | |
export EC2_HOME=~/.ec2 | |
export PATH=$PATH:$EC2_HOME/bin | |
export PATH="$PATH:/usr/local/smlnj-110.77/bin" | |
export EC2_PRIVATE_KEY=`ls $EC2_HOME/pk-*.pem` | |
export EC2_CERT=`ls $EC2_HOME/cert-*.pem` | |
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home/ | |
export DOCKER_HOST=tcp://192.168.59.103:2376 | |
export DOCKER_CERT_PATH=/Users/tmb/.boot2docker/certs/boot2docker-vm | |
export DOCKER_TLS_VERIFY=1 | |
# OPAM configuration | |
. /Users/tmb/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment