psss / rpms / zsh

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