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