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