item2的使用
2019-06-20 本文已影响0人
袁俊亮技术博客
item2的使用
标签(空格分隔): MAC
oh-my-zsh 是一个社区驱动用于管理zsh的框架,囊括了140多个主题,200多个可选插件(如rails, git, OSX, hub, brew, ant, php, python etc.)。
安装oh-my-zsh
sh -c "$(curl -fsSL [https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh](https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh))"
插件
autojump
brew install autojump
vim .zshrc
找到 plugins=
,在后面添加autojump:plugins=(git autojump)