cvsdist 2c8e3f
#
cvsdist 2c8e3f
# .zshrc is sourced in interactive shells.
cvsdist 2c8e3f
# It should contain commands to set up aliases,
cvsdist 2c8e3f
# functions, options, key bindings, etc.
cvsdist 2c8e3f
#
cvsdist 2c8e3f
cvsdist b24462
autoload -U compinit
cvsdist b24462
compinit
cvsdist b24462
cvsdist b24462
#allow tab completion in the middle of a word
cvsdist b24462
setopt COMPLETE_IN_WORD
cvsdist b24462
cvsdist b24462
## keep background processes at full speed
cvsdist b24462
#setopt NOBGNICE
cvsdist b24462
## restart running processes on exit
cvsdist b24462
#setopt HUP
cvsdist b24462
cvsdist b24462
## history
cvsdist b24462
#setopt APPEND_HISTORY
cvsdist b24462
## for sharing history between zsh processes
cvsdist b24462
#setopt INC_APPEND_HISTORY
cvsdist b24462
#setopt SHARE_HISTORY
cvsdist b24462
cvsdist b24462
## never ever beep ever
cvsdist b24462
#setopt NO_BEEP
cvsdist b24462
cvsdist b24462
## automatically decide when to page a list of completions
cvsdist b24462
#LISTMAX=0
cvsdist b24462
cvsdist b24462
## disable mail checking
cvsdist b24462
#MAILCHECK=0
cvsdist b24462
cvsdist b24462
# autoload -U colors
cvsdist b24462
#colors