Skip to content

Instantly share code, notes, and snippets.

@rin
Created September 10, 2013 19:21
Show Gist options
  • Save rin/6514283 to your computer and use it in GitHub Desktop.
Save rin/6514283 to your computer and use it in GitHub Desktop.
my .zshrc
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
DEFAULT_USER="rin"
# 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="agnoster"
alias zshconf="subl ~/.zshrc"
alias tm="mate"
alias sl="'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl'"
# alias ohmyzsh="mate ~/.oh-my-zsh"
# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
# Comment this out to disable bi-weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"
# Uncomment to change how many often would you like to wait before auto-updates occur? (in days)
# export UPDATE_ZSH_DAYS=13
# 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=(gem git brew coffee git-extras osx bundler)
plugins=(git brew git-extras osx bundler)
export FLATMATE_FB_KEY=143478589169216
export FLATMATE_FB_SECRET=1670c9663f39475009523cf03c47c1e3
export STAGING_FLATMATE_FB_KEY=515445818515392
export STAGING_FLATMATE_FB_SECRET=01e9fe936793fff7dfb88b90f29cbc7d
export RUBY_HEAP_MIN_SLOTS=2000000
export RUBY_HEAP_SLOTS_INCREMENT=500000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export RUBY_GC_MALLOC_LIMIT=70000000
export RUBY_HEAP_FREE_MIN=100000
export SSL_CERT_FILE=/usr/local/etc/cacert.pem
export EDITOR="subl"
export SENCHA_CMD_3_0_0=/Users/rin/bin/Sencha/Cmd/3.1.2.342
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/opt/local/bin:$HOME/.rbenv/bin:$HOME/.rbenv/shims:/usr/texbin
export CDPATH=":~/code:~/code/rails"
eval "$(rbenv init -)"
precmd () {print -Pn "\e]2; %~/ \a"}
preexec () {print -Pn "\e]2; %~/ \a"}
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/usr/local/share/zsh-syntax-highlighting/highlighters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment