Skip to content

Instantly share code, notes, and snippets.

@leontiy
Created June 27, 2010 02:28
Show Gist options
  • Save leontiy/454567 to your computer and use it in GitHub Desktop.
Save leontiy/454567 to your computer and use it in GitHub Desktop.
.zshrc
export LC_CTYPE=en_US.UTF-8
export PATH=$PATH:~/scripts:/opt/local/bin:/Developer/usr/bin:/usr/local/texlive/2009/bin/universal-darwin:/usr/local/git/bin/
export EDITOR='mate -w'
export GIT_EDITOR="mate -wl1"
export LESSEDIT='mate -l %lm %f'
PS1="%n@%m:%20~%#> "
autoload -U compinit
compinit
zstyle ':completion:*:descriptions' format '%U%B%d%b%u'
zstyle ':completion:*:warnings' format '%BSorry, no matches for: %d%b'
setopt correctall
export HISTSIZE=2000
export HISTFILE="$HOME/.history"
export SAVEHIST=$HISTSIZE
setopt hist_ignore_all_dups
setopt hist_ignore_space
setopt autocd
setopt extendedglob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment