最終更新:2010-07-12 (月) 20:14:55 (5029d)  

.zshrc
Top / .zshrc

autoload -U compinit
compinit
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt hist_ignore_dups     # ignore duplication command history list
setopt share_history        # share command history data

とかいて

source ./.zshrc

参考