2008/05/27 (火) 22:22:25 ◆ ▼ ◇ [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
こんなだ