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