# # Files you make look like rw-rw-r umask 022 ulimit -c unlimited # HISTFILE=$HOME/.zsh-history HISTSIZE=100000 SAVEHIST=100000 setopt extended_history setopt share_history # Set/unset shell options setopt notify globdots correct pushdtohome cdablevars autolist setopt correctall autocd recexact longlistjobs setopt autoresume histignoredups pushdsilent noclobber setopt autopushd pushdminus extendedglob rcquotes mailwarning setopt hist_verify automenu print_eight_bit multios # my change unsetopt bgnice autoparamslash autoload -U colors colors autoload -U compinit # 6/12/05 (Sun) newly added compinit -u case "$TERM" in network) export TERM=ansi ;; unknown) export TERM=ansi ;; esac case "$TERM" in dumb) PROMPT='%n@%m:%~%# ' ;; *) PROMPT="%n@%{${fg[cyan]}%}%m%{${fg[default]}%}:%~%# " esac if [ -f ~/.zsh_alias ]; then source ~/.zsh_alias fi if [ -f ~/.zshenv ]; then source ~/.zshenv fi #source /usr/share/vine/imelib noclobber= cd .