>  2008/05/27 (火) 22:25:22        [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

たぶん漏れもお前も同じzsh普及の人のページから設定を持ってきたんだろう

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