Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created March 14, 2014 22:04
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 tmcw/9557966 to your computer and use it in GitHub Desktop.
Save tmcw/9557966 to your computer and use it in GitHub Desktop.
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.history
setopt autopushd pushdsilent
fpath=(/usr/local/share/zsh-completions $fpath)
autoload -U colors && colors
autoload -U compinit promptinit
compinit -C
zstyle ':completion:*' list-colors "=(#b) #([0-9]#)*=36=31"
PATH="/usr/local/bin:$HOME/bin:/usr/local/sbin:$PATH"
PS1="%{$fg[green]%}%~〉%{$reset_color%}"
export EDITOR=vim
# init ruby
# alias rin='[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" && PATH=$PATH:$HOME/.rvm/bin'
alias git='hub'
alias -g v='mvim'
alias iawriter='open -a /Applications/iA\ Writer.app '
alias ios='open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app'
typeset -U fpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment