setopt PROMPT_SUBST
setopt INC_APPEND_HISTORY
setopt SHARE_HISTORY
+setopt extended_glob
+
PS1=$'\(zsh) %(?.%F{green}:-\)%f.%F{red}:-(%f) %(1v.%1v .)%n@%m:%(3~,.../,)%2~> '
PATH=~/bin:$PATH
export EDITOR=/usr/bin/vim
export LSCOLORS=gxfxcxdxbxegedabagacad
+zstyle ':completion:*' list-colors 'di=36;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
+
source ~/.dotfiles/zsh_aliases
source ~/.dotfiles/zsh_webkit_login