バックアップのつもりで公開。ネットにつながっていれば簡単に参照できる。 ほとんどコピペだけど。 .zshrc # complete autoload -Uz compinit compinit -u setopt auto_pushd unsetopt AUTO_MENU # language # export LANG=ja_JP.UTF-8 export LANG=en_EN.UTF-8 # history HISTFILE=~/.zsh_history HISTSIZE=100000 SAVEHIST=100000 setopt hist_ignore_dups # ignore duplication command history list setopt share_history # share command history data # 補完で大文字と小文字を区別しない z