>  2008/05/27 (火) 22:24:21        [qwerty]
> zshは設定ファイルをちゃんと書かないとだめだ
> 漏れが使ってたのは
> .zshrc
> setopt auto_menu auto_cd correct auto_name_dirs auto_remove_slash
> setopt extended_history hist_ignore_dups hist_ignore_space prompt_subst
> setopt pushd_ignore_dups rm_star_silent sun_keyboard_hack
> setopt extended_glob list_types no_beep always_last_prompt
> setopt cdable_vars sh_word_split auto_param_keys print_eight_bit
> zstyle ':completion:*' list-colors di='01;34:' fi=0
> #unsetopt promptcr
> autoload -U compinit
> compinit
> RPROMPT='[%~]'
> bindkey -e
> こんなだ

setoptは同じだな
うちのはこんなんもあったが意味を全く理解していない
compctl -b bindkey
compctl -a unalias
compctl -c type whence where which
compctl -v declare export integer readonly typeset unset vared
compctl -g '*(-/)' cd pushd
compctl -x 'r[-exec,;]' -l '' -- find
compctl -c man
compctl -c which
compctl -P - -k signals kill
compctl -g '*.zip' + -g '*(-/)' unzip

参考:2008/05/27(火)22時22分25秒