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