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