lddtime 4年前

修改理由:

autodump -> autojump

此投稿已在 4年前 合并。

内容修改:

红色背景 为原始内容

绿色背景 为新增或者修改的内容

OldNewDifferences
5151```ini
5252vim ~/.zshrc
5353
54 plugins=(git brew laravel5 autodump)
 54plugins=(git brew laravel5 autojump)
5555[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
5656```
5757
 
6868```ini
6969vim ~/.zshrc
7070
71 plugins=(git brew laravel5 autodump zsh-autosuggestions)
 71plugins=(git brew laravel5 autojump zsh-autosuggestions)
7272```
7373
7474### 安装 zsh-syntax-highlighting 插件
 
8484```ini
8585vim ~/.zshrc
8686
87 plugins=(git brew laravel5 autodump zsh-autosuggestions zsh-syntax-highlighting)
 87plugins=(git brew laravel5 autojump zsh-autosuggestions zsh-syntax-highlighting)
8888```
8989
9090```bash