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