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