export PATH=/usr/local/bin:/usr/local/sbin:$PATH:~/bin HISTFILE=~/.zsh_history HISTSIZE=10000 SAVEHIST=10000 bindkey "^[[3~" delete-char bindkey "^[3;5~" delete-char setopt INC_APPEND_HISTORY EXTENDED_HISTORY HIST_IGNORE_DUPS HIST_EXPIRE_DUPS_FIRST HIST_SAVE_NO_DUPS AUTO_CD AUTO_PUSHD NO_BEEP LIST_AMBIGUOUS AUTO_MENU alias dir="ls -l --color=auto" alias vi=vim export CVS_RSH=ssh . /sw/bin/init.sh echo "autoloading functions..." autoload -U promptinit autoload -U compinit echo "init completitions..." compinit echo "init prompt..." promptinit prompt adam1