我就取消注释几行而已,感觉延迟好厉害。
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
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.