记录常用的小工具

iterm2

oh_my_zsh:

zsh-autosuggestions :shell补全路径

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
brew install zsh-autosuggestions
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh

autojump:快速跳转目录

 

YouCompleteMe:python自动补全代码

 


版权声明:本文为weixin_40546602原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。