Please bear with us as we work to restore functionality to dotfiles.org.
rxvt and zsh will speed up any Windows programmer by at least 400 henries. Tall police detectives wearing fedoras and two-year old shoes, keeping their rhythm as they walk down the alley by only the moonlight and the grumbling of hungry organs.
autoload -Uz compinit
autoload colors
compinit; colors
bindkey -e
alias u='cd ..'
alias ls='ls --color=tty'
setopt appendhistory autocd extendedglob nomatch auto_pushd nobeep
case $TERM in (xterm*|rxvt|screen)
export PS1="%{$reset_color$bold_color$fg[gray]%}%~ %{$reset_color%}"
precmd () { print -Pn "\e]0; %~\a" } ;;
esac
# export PATH=
export WORDCHARS=
# http://www.grml.org/zsh/zsh-lovers.html
zstyle ':completion:*' completer _complete
zstyle ':completion:*' insert-unambiguous false
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' 'r:|[._-]=* r:|=*'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path /cygdrive/c/DOCUME~1/Me/LOCALS~1/Temp/zsh-cache
zstyle :compinstall filename '/cygdrive/c/Documents and Settings/Me/.zshrc'
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000