我就取消注释几行而已,感觉延迟好厉害。
ZSH_THEME="random"
HYPHEN_INSENSITIVE="true"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
HIST_STAMPS="mm/dd/yyyy"
plugins=(git atom battery brew brew-cask bgnotify coffee colorize colored-man command-not-found common-aliases compleat copydir copyfile cp cpanm dircycle dirhistory dirpersist django emoji-clock encode64 git-extras git-flow git-flow-avh git-hubflow git-prompt git-remote-branch gitfast github gitignore history history-substring-search iwhois jump last-working-dir lol mysql-macports npm osx per-directory-history pip pylint python ssh-agent sudo tmux vi-mode vim-interaction virtualenv wd)
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin"
export LANG=en_US.UTF-8
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else
export EDITOR='mvim'
fi