# file ~/zsh/zopt
#
setopt share_history
setopt hist_ignore_dups
setopt hist_expire_dups_first
setopt hist_find_no_dups
setopt autocd
setopt check_jobs
###
# autocompletion
autoload -Uz compinit promptinit
compinit
setopt autolist automenu
zstyle ':completion:*' menu select=3
# kill completion
zstyle ':completion:*:*:killall:*:jobs' verbose yes
# return code
#setopt print_exit_value